#233FCA

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

Shades of Persian Blue #233FCA

Tints of Persian Blue #233FCA

Color information

#233FCA (or 0x233FCA) is unknown color: approx Persian Blue. HEX triplet: 23, 3F and CA. RGB value is (35,63,202). Sum of RGB (Red+Green+Blue) = 35+63+202=300 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.67% from 300); Green value is 63 (25% from 255 or 21% from 300); Blue value is 202 (79.30% from 255 or 67.33% from 300); Max value from RGB is 202 - color contains mainly: blue. Hex color #233FCA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #233FCA is #DCC035. Grayscale: #454545. Windows color (decimal): -14467126 or 13254435. OLE color: 13254435.

HSL color Cylindrical-coordinate representation of color #233FCA: hue angle of 229.94º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #233FCA is Cyan = 0.83, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB3563202-
CMYK0.830.6900.21
HSL229.94º70.46%46.47%-
HSV(B)229.94º82.67%79.22%-
XYZ13.138.1856.76-
YUV70.47202.22102.7-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 11.67%
GREEN value IS 63 (25% from 255) = 21%
BLUE value IS 202 (79.30% from 255) = 67.33%
R=11.67%
G=21%
B=67.33%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal35632020.830.6900.21229.9470.4646.47
Hex233FCA5345015e6462e
Octal437731212310502534610656
Binary1000111111111100101010100111000101010101111001101000110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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