Html Css Color HEX #003650 Prussian Blue

📋 copy color: '#003650'

red 0 ◦ green 54 ◦ blue 80

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

Shades of Prussian Blue #003650

Tints of Prussian Blue #003650

RGB

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

 GREEN value IS 54 (21.48% from 255) = 40.3%

 BLUE value IS 80 (31.64% from 255) = 59.7%

R = 0%
G = 40.3%
B = 59.7%

CMYK

 C value IS 1

 M value IS 0.33

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#003650 (or 0x003650) is known color: Prussian Blue. HEX triplet: 00, 36 and 50. RGB value is (0,54,80). Sum of RGB (Red+Green+Blue) = 0+54+80=134 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 134); Green value is 54 (21.48% from 255 or 40.30% from 134); Blue value is 80 (31.64% from 255 or 59.70% from 134); Max value from RGB is 80 - color contains mainly: blue. Hex color #003650 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003650 is #FFC9AF. Grayscale: #282828. Windows color (decimal): -16763312 or 5256704. OLE color: 5256704.

HSL color Cylindrical-coordinate representation of color #003650: hue angle of 199.5º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003650 is Cyan = 1, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 0 54 80 -
CMYK 1 0.33 0 0.69
HSL 199.5º 1% 0.16% -
HSV(B) 199.5º 1% 0.31% -
XYZ 2.77 3.22 8.06 -
YUV 40.82 150.11 98.89 -
System Red Green Blue C M Y K H S L
Decimal 0 54 80 1 0.33 0 0.69 199.5 1 0.16
Hex 0 36 50 64 21 0 45 C8 64 10
Octal 0 66 120 144 41 0 105 310 144 20
Binary 0 110110 1010000 1100100 100001 0 1000101 11001000 1100100 10000

Color Harmonies of #003650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003650

Black with #003650

Text Example


Text Example

White with #003650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003650; }

 p { color: rgb(0,54,80); }

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

background-color css

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

 a { background-color: rgb(0,54,80); }

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

border-color css

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

 span { border-color: rgb(0,54,80); }

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