#233fcf

Color #233FCF Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #233FCF

Tints of Persian Blue #233FCF

Color information

#233FCF (or 0x233FCF) is unknown color: approx Persian Blue. HEX triplet: 23, 3F and CF. RGB value is (35,63,207). Sum of RGB (Red+Green+Blue) = 35+63+207=305 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.48% from 305); Green value is 63 (25% from 255 or 20.66% from 305); Blue value is 207 (81.25% from 255 or 67.87% from 305); Max value from RGB is 207 - color contains mainly: blue. Hex color #233FCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #233FCF is #DCC030. Grayscale: #464646. Windows color (decimal): -14467121 or 13582115. OLE color: 13582115.

HSL color Cylindrical-coordinate representation of color #233FCF: hue angle of 230.23º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #233FCF is Cyan = 0.83, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB3563207-
CMYK0.830.7000.19
HSL230.23º71.07%47.45%-
HSV(B)230.23º83.09%81.18%-
XYZ13.738.4259.93-
YUV71.04204.72102.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 35 (14.06% from 255) = 11.48%
GREEN value IS 63 (25% from 255) = 20.66%
BLUE value IS 207 (81.25% from 255) = 67.87%
R=11.48%
G=20.66%
B=67.87%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal35632070.830.7000.19230.2371.0747.45
Hex233FCF5346013e6472f
Octal437731712310602334610757
Binary1000111111111100111110100111000110010011111001101000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233fcf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #233fcf; }

 p { color: rgb(35,63,207); }

 H1.HeaderClassName
 {
   color: #233fcf;
 }
 .AnyTagClassName
 {
   color: #233fcf;
 }
</style>
background-color css

<style>
 a { background-color: #233fcf; }

 a { background-color: rgb(35,63,207); }

 div.DivClassName
 {
   background-color: #233fcf;
 }
 .BgClassName
 {
   background-color: #233fcf;
 }
</style>
border-color css

<style>
 span { border-color: #233fcf; }

 span { border-color: rgb(35,63,207); }

 td.TdClassName
 {
   border-color: #233fcf;
 }
 .TagClassName
 {
   border-color: #233fcf;
 }
</style>