Html Css Color HEX #00375C Prussian Blue

📋 copy color: '#00375C'

red 0 ◦ green 55 ◦ blue 92

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

Shades of Prussian Blue #00375C

Tints of Prussian Blue #00375C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 37.41%

 BLUE value IS 92 (36.33% from 255) = 62.59%

R = 0%
G = 37.41%
B = 62.59%

CMYK

 C value IS 1

 M value IS 0.40

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#00375C (or 0x00375C) is known color: Prussian Blue. HEX triplet: 00, 37 and 5C. RGB value is (0,55,92). Sum of RGB (Red+Green+Blue) = 0+55+92=147 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 147); Green value is 55 (21.88% from 255 or 37.41% from 147); Blue value is 92 (36.33% from 255 or 62.59% from 147); Max value from RGB is 92 - color contains mainly: blue. Hex color #00375C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00375C is #FFC8A3. Grayscale: #2A2A2A. Windows color (decimal): -16763044 or 6043392. OLE color: 6043392.

HSL color Cylindrical-coordinate representation of color #00375C: hue angle of 204.13º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00375C is Cyan = 1, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 0 55 92 -
CMYK 1 0.40 0 0.64
HSL 204.13º 1% 0.18% -
HSV(B) 204.13º 1% 0.36% -
XYZ 3.3 3.51 10.63 -
YUV 42.77 155.78 97.49 -
System Red Green Blue C M Y K H S L
Decimal 0 55 92 1 0.40 0 0.64 204.13 1 0.18
Hex 0 37 5C 64 28 0 40 CC 64 12
Octal 0 67 134 144 50 0 100 314 144 22
Binary 0 110111 1011100 1100100 101000 0 1000000 11001100 1100100 10010

Color Harmonies of #00375C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00375C

Black with #00375C

Text Example


Text Example

White with #00375C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00375C; }

 p { color: rgb(0,55,92); }

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

background-color css

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

 a { background-color: rgb(0,55,92); }

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

border-color css

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

 span { border-color: rgb(0,55,92); }

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