#0234CB

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

Shades of Persian Blue #0234CB

Tints of Persian Blue #0234CB

Color information

#0234CB (or 0x0234CB) is unknown color: approx Persian Blue. HEX triplet: 02, 34 and CB. RGB value is (2,52,203). Sum of RGB (Red+Green+Blue) = 2+52+203=257 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 257); Green value is 52 (20.70% from 255 or 20.23% from 257); Blue value is 203 (79.69% from 255 or 78.99% from 257); Max value from RGB is 203 - color contains mainly: blue. Hex color #0234CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0234CB is #FDCB34. Grayscale: #353535. Windows color (decimal): -16632629 or 13317122. OLE color: 13317122.

HSL color Cylindrical-coordinate representation of color #0234CB: hue angle of 225.07º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0234CB is Cyan = 0.99, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB252203-
CMYK0.990.7400.20
HSL225.07º98.05%40.2%-
HSV(B)225.07º99.01%79.61%-
XYZ12.036.7857.17-
YUV54.26211.9490.72-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.78%
GREEN value IS 52 (20.70% from 255) = 20.23%
BLUE value IS 203 (79.69% from 255) = 78.99%
R=0.78%
G=20.23%
B=78.99%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2522030.990.7400.20225.0798.0540.2
Hex234CB634A014e16228
Octal26431314311202434114250
Binary101101001100101111000111001010010100111000011100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0234CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0234CB; }

 p { color: rgb(2,52,203); }

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

<style>
 a { background-color: #0234CB; }

 a { background-color: rgb(2,52,203); }

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

<style>
 span { border-color: #0234CB; }

 span { border-color: rgb(2,52,203); }

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