Html Css Color HEX #003B6D Prussian Blue

📋 copy color: '#003B6D'

red 0 ◦ green 59 ◦ blue 109

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

Shades of Prussian Blue #003B6D

Tints of Prussian Blue #003B6D

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 109 (42.97% from 255) = 64.88%

R = 0%
G = 35.12%
B = 64.88%

CMYK

 C value IS 1

 M value IS 0.46

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#003B6D (or 0x003B6D) is known color: Prussian Blue. HEX triplet: 00, 3B and 6D. RGB value is (0,59,109). Sum of RGB (Red+Green+Blue) = 0+59+109=168 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 168); Green value is 59 (23.44% from 255 or 35.12% from 168); Blue value is 109 (42.97% from 255 or 64.88% from 168); Max value from RGB is 109 - color contains mainly: blue. Hex color #003B6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003B6D is #FFC492. Grayscale: #2E2E2E. Windows color (decimal): -16762003 or 7158528. OLE color: 7158528.

HSL color Cylindrical-coordinate representation of color #003B6D: hue angle of 207.52º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003B6D is Cyan = 1, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 0 59 109 -
CMYK 1 0.46 0 0.57
HSL 207.52º 1% 0.21% -
HSV(B) 207.52º 1% 0.43% -
XYZ 4.32 4.23 15.06 -
YUV 47.06 162.95 94.43 -
System Red Green Blue C M Y K H S L
Decimal 0 59 109 1 0.46 0 0.57 207.52 1 0.21
Hex 0 3B 6D 64 2E 0 39 D0 64 15
Octal 0 73 155 144 56 0 71 320 144 25
Binary 0 111011 1101101 1100100 101110 0 111001 11010000 1100100 10101

Color Harmonies of #003B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003B6D

Black with #003B6D

Text Example


Text Example

White with #003B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003B6D; }

 p { color: rgb(0,59,109); }

 H1.HeaderClassName
 {
   color: #003B6D;
 }
 .AnyTagClassName
 {
   color: #003B6D;
 }
</style>

background-color css

<style>
 a { background-color: #003B6D; }

 a { background-color: rgb(0,59,109); }

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

border-color css

<style>
 span { border-color: #003B6D; }

 span { border-color: rgb(0,59,109); }

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