Html Css Color HEX #02335C Prussian Blue

📋 copy color: '#02335C'

red 2 ◦ green 51 ◦ blue 92

#02335C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Prussian Blue #02335C

Tints of Prussian Blue #02335C

RGB

 RED value IS 2 (1.17% from 255) = 1.38%

 GREEN value IS 51 (20.31% from 255) = 35.17%

 BLUE value IS 92 (36.33% from 255) = 63.45%

R = 1.38%
G = 35.17%
B = 63.45%

CMYK

 C value IS 0.98

 M value IS 0.45

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#02335C (or 0x02335C) is known color: Prussian Blue. HEX triplet: 02, 33 and 5C. RGB value is (2,51,92). Sum of RGB (Red+Green+Blue) = 2+51+92=145 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.38% from 145); Green value is 51 (20.31% from 255 or 35.17% from 145); Blue value is 92 (36.33% from 255 or 63.45% from 145); Max value from RGB is 92 - color contains mainly: blue. Hex color #02335C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02335C is #FDCCA3. Grayscale: #282828. Windows color (decimal): -16632996 or 6042370. OLE color: 6042370.

HSL color Cylindrical-coordinate representation of color #02335C: hue angle of 207.33º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02335C is Cyan = 0.98, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 2 51 92 -
CMYK 0.98 0.45 0 0.64
HSL 207.33º 0.96% 0.18% -
HSV(B) 207.33º 0.98% 0.36% -
XYZ 3.14 3.15 10.57 -
YUV 41.02 156.77 100.17 -
System Red Green Blue C M Y K H S L
Decimal 2 51 92 0.98 0.45 0 0.64 207.33 0.96 0.18
Hex 2 33 5C 62 2D 0 40 CF 60 12
Octal 2 63 134 142 55 0 100 317 140 22
Binary 10 110011 1011100 1100010 101101 0 1000000 11001111 1100000 10010

Color Harmonies of #02335C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02335C

Black with #02335C

Text Example


Text Example

White with #02335C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02335C; }

 p { color: rgb(2,51,92); }

 H1.HeaderClassName
 {
   color: #02335C;
 }
 .AnyTagClassName
 {
   color: #02335C;
 }
</style>

background-color css

<style>
 a { background-color: #02335C; }

 a { background-color: rgb(2,51,92); }

 div.DivClassName
 {
   background-color: #02335C;
 }
 .BgClassName
 {
   background-color: #02335C;
 }
</style>

border-color css

<style>
 span { border-color: #02335C; }

 span { border-color: rgb(2,51,92); }

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