Html Css Color HEX #033F65 Prussian Blue

📋 copy color: '#033F65'

red 3 ◦ green 63 ◦ blue 101

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

Shades of Prussian Blue #033F65

Tints of Prussian Blue #033F65

RGB

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

 GREEN value IS 63 (25% from 255) = 37.72%

 BLUE value IS 101 (39.84% from 255) = 60.48%

R = 1.8%
G = 37.72%
B = 60.48%

CMYK

 C value IS 0.97

 M value IS 0.38

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#033F65 (or 0x033F65) is known color: Prussian Blue. HEX triplet: 03, 3F and 65. RGB value is (3,63,101). Sum of RGB (Red+Green+Blue) = 3+63+101=167 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.80% from 167); Green value is 63 (25% from 255 or 37.72% from 167); Blue value is 101 (39.84% from 255 or 60.48% from 167); Max value from RGB is 101 - color contains mainly: blue. Hex color #033F65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033F65 is #FCC09A. Grayscale: #313131. Windows color (decimal): -16564379 or 6635267. OLE color: 6635267.

HSL color Cylindrical-coordinate representation of color #033F65: hue angle of 203.27º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #033F65 is Cyan = 0.97, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 3 63 101 -
CMYK 0.97 0.38 0 0.60
HSL 203.27º 0.94% 0.2% -
HSV(B) 203.27º 0.97% 0.4% -
XYZ 4.16 4.51 12.96 -
YUV 49.39 157.12 94.91 -
System Red Green Blue C M Y K H S L
Decimal 3 63 101 0.97 0.38 0 0.60 203.27 0.94 0.2
Hex 3 3F 65 61 26 0 3C CB 5E 14
Octal 3 77 145 141 46 0 74 313 136 24
Binary 11 111111 1100101 1100001 100110 0 111100 11001011 1011110 10100

Color Harmonies of #033F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033F65

Black with #033F65

Text Example


Text Example

White with #033F65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,63,101); }

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

background-color css

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

 a { background-color: rgb(3,63,101); }

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

border-color css

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

 span { border-color: rgb(3,63,101); }

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