Html Css Color HEX #033B68 Prussian Blue

📋 copy color: '#033B68'

red 3 ◦ green 59 ◦ blue 104

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

Shades of Prussian Blue #033B68

Tints of Prussian Blue #033B68

RGB

 RED value IS 3 (1.56% from 255) = 1.81%

 GREEN value IS 59 (23.44% from 255) = 35.54%

 BLUE value IS 104 (41.02% from 255) = 62.65%

R = 1.81%
G = 35.54%
B = 62.65%

CMYK

 C value IS 0.97

 M value IS 0.43

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#033B68 (or 0x033B68) is known color: Prussian Blue. HEX triplet: 03, 3B and 68. RGB value is (3,59,104). Sum of RGB (Red+Green+Blue) = 3+59+104=166 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.81% from 166); Green value is 59 (23.44% from 255 or 35.54% from 166); Blue value is 104 (41.02% from 255 or 62.65% from 166); Max value from RGB is 104 - color contains mainly: blue. Hex color #033B68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033B68 is #FCC497. Grayscale: #2F2F2F. Windows color (decimal): -16565400 or 6830851. OLE color: 6830851.

HSL color Cylindrical-coordinate representation of color #033B68: hue angle of 206.73º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #033B68 is Cyan = 0.97, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 3 59 104 -
CMYK 0.97 0.43 0 0.59
HSL 206.73º 0.94% 0.21% -
HSV(B) 206.73º 0.97% 0.41% -
XYZ 4.1 4.15 13.68 -
YUV 47.39 159.95 96.34 -
System Red Green Blue C M Y K H S L
Decimal 3 59 104 0.97 0.43 0 0.59 206.73 0.94 0.21
Hex 3 3B 68 61 2B 0 3B CF 5E 15
Octal 3 73 150 141 53 0 73 317 136 25
Binary 11 111011 1101000 1100001 101011 0 111011 11001111 1011110 10101

Color Harmonies of #033B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033B68

Black with #033B68

Text Example


Text Example

White with #033B68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033B68; }

 p { color: rgb(3,59,104); }

 H1.HeaderClassName
 {
   color: #033B68;
 }
 .AnyTagClassName
 {
   color: #033B68;
 }
</style>

background-color css

<style>
 a { background-color: #033B68; }

 a { background-color: rgb(3,59,104); }

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

border-color css

<style>
 span { border-color: #033B68; }

 span { border-color: rgb(3,59,104); }

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