Html Css Color HEX #033A6B Prussian Blue

📋 copy color: '#033A6B'

red 3 ◦ green 58 ◦ blue 107

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

Shades of Prussian Blue #033A6B

Tints of Prussian Blue #033A6B

RGB

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

 GREEN value IS 58 (23.05% from 255) = 34.52%

 BLUE value IS 107 (42.19% from 255) = 63.69%

R = 1.79%
G = 34.52%
B = 63.69%

CMYK

 C value IS 0.97

 M value IS 0.46

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#033A6B (or 0x033A6B) is known color: Prussian Blue. HEX triplet: 03, 3A and 6B. RGB value is (3,58,107). Sum of RGB (Red+Green+Blue) = 3+58+107=168 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.79% from 168); Green value is 58 (23.05% from 255 or 34.52% from 168); Blue value is 107 (42.19% from 255 or 63.69% from 168); Max value from RGB is 107 - color contains mainly: blue. Hex color #033A6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033A6B is #FCC594. Grayscale: #2E2E2E. Windows color (decimal): -16565653 or 7027203. OLE color: 7027203.

HSL color Cylindrical-coordinate representation of color #033A6B: hue angle of 208.27º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #033A6B is Cyan = 0.97, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 3 58 107 -
CMYK 0.97 0.46 0 0.58
HSL 208.27º 0.95% 0.22% -
HSV(B) 208.27º 0.97% 0.42% -
XYZ 4.2 4.11 14.48 -
YUV 47.14 161.78 96.52 -
System Red Green Blue C M Y K H S L
Decimal 3 58 107 0.97 0.46 0 0.58 208.27 0.95 0.22
Hex 3 3A 6B 61 2E 0 3A D0 5F 16
Octal 3 72 153 141 56 0 72 320 137 26
Binary 11 111010 1101011 1100001 101110 0 111010 11010000 1011111 10110

Color Harmonies of #033A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033A6B

Black with #033A6B

Text Example


Text Example

White with #033A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,58,107); }

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

background-color css

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

 a { background-color: rgb(3,58,107); }

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

border-color css

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

 span { border-color: rgb(3,58,107); }

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