Html Css Color HEX #003D65 Prussian Blue

📋 copy color: '#003D65'

red 0 ◦ green 61 ◦ blue 101

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

Shades of Prussian Blue #003D65

Tints of Prussian Blue #003D65

RGB

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

 GREEN value IS 61 (24.22% from 255) = 37.65%

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

R = 0%
G = 37.65%
B = 62.35%

CMYK

 C value IS 1

 M value IS 0.40

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#003D65 (or 0x003D65) is known color: Prussian Blue. HEX triplet: 00, 3D and 65. RGB value is (0,61,101). Sum of RGB (Red+Green+Blue) = 0+61+101=162 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 162); Green value is 61 (24.22% from 255 or 37.65% from 162); Blue value is 101 (39.84% from 255 or 62.35% from 162); Max value from RGB is 101 - color contains mainly: blue. Hex color #003D65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003D65 is #FFC29A. Grayscale: #2F2F2F. Windows color (decimal): -16761499 or 6634752. OLE color: 6634752.

HSL color Cylindrical-coordinate representation of color #003D65: hue angle of 203.76º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003D65 is Cyan = 1, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 0 61 101 -
CMYK 1 0.40 0 0.60
HSL 203.76º 1% 0.2% -
HSV(B) 203.76º 1% 0.4% -
XYZ 4.02 4.28 12.93 -
YUV 47.32 158.29 94.25 -
System Red Green Blue C M Y K H S L
Decimal 0 61 101 1 0.40 0 0.60 203.76 1 0.2
Hex 0 3D 65 64 28 0 3C CC 64 14
Octal 0 75 145 144 50 0 74 314 144 24
Binary 0 111101 1100101 1100100 101000 0 111100 11001100 1100100 10100

Color Harmonies of #003D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003D65

Black with #003D65

Text Example


Text Example

White with #003D65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,61,101); }

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

background-color css

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

 a { background-color: rgb(0,61,101); }

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

border-color css

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

 span { border-color: rgb(0,61,101); }

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