Html Css Color HEX #033B65 Prussian Blue

📋 copy color: '#033B65'

red 3 ◦ green 59 ◦ blue 101

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

Shades of Prussian Blue #033B65

Tints of Prussian Blue #033B65

RGB

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

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

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

R = 1.84%
G = 36.2%
B = 61.96%

CMYK

 C value IS 0.97

 M value IS 0.42

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#033B65 (or 0x033B65) is known color: Prussian Blue. HEX triplet: 03, 3B and 65. RGB value is (3,59,101). Sum of RGB (Red+Green+Blue) = 3+59+101=163 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.84% from 163); Green value is 59 (23.44% from 255 or 36.20% from 163); Blue value is 101 (39.84% from 255 or 61.96% from 163); Max value from RGB is 101 - color contains mainly: blue. Hex color #033B65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033B65 is #FCC49A. Grayscale: #2E2E2E. Windows color (decimal): -16565403 or 6634243. OLE color: 6634243.

HSL color Cylindrical-coordinate representation of color #033B65: hue angle of 205.71º 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 #033B65 is Cyan = 0.97, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 3 59 101 -
CMYK 0.97 0.42 0 0.60
HSL 205.71º 0.94% 0.2% -
HSV(B) 205.71º 0.97% 0.4% -
XYZ 3.95 4.09 12.89 -
YUV 47.04 158.45 96.58 -
System Red Green Blue C M Y K H S L
Decimal 3 59 101 0.97 0.42 0 0.60 205.71 0.94 0.2
Hex 3 3B 65 61 2A 0 3C CE 5E 14
Octal 3 73 145 141 52 0 74 316 136 24
Binary 11 111011 1100101 1100001 101010 0 111100 11001110 1011110 10100

Color Harmonies of #033B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033B65

Black with #033B65

Text Example


Text Example

White with #033B65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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