Html Css Color HEX #00305C Prussian Blue

📋 copy color: '#00305C'

red 0 ◦ green 48 ◦ blue 92

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

Shades of Prussian Blue #00305C

Tints of Prussian Blue #00305C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 34.29%

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

R = 0%
G = 34.29%
B = 65.71%

CMYK

 C value IS 1

 M value IS 0.48

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#00305C (or 0x00305C) is known color: Prussian Blue. HEX triplet: 00, 30 and 5C. RGB value is (0,48,92). Sum of RGB (Red+Green+Blue) = 0+48+92=140 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 140); Green value is 48 (19.14% from 255 or 34.29% from 140); Blue value is 92 (36.33% from 255 or 65.71% from 140); Max value from RGB is 92 - color contains mainly: blue. Hex color #00305C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00305C is #FFCFA3. Grayscale: #262626. Windows color (decimal): -16764836 or 6041600. OLE color: 6041600.

HSL color Cylindrical-coordinate representation of color #00305C: hue angle of 208.7º 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 #00305C is Cyan = 1, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 0 48 92 -
CMYK 1 0.48 0 0.64
HSL 208.7º 1% 0.18% -
HSV(B) 208.7º 1% 0.36% -
XYZ 2.99 2.89 10.52 -
YUV 38.66 158.1 100.42 -
System Red Green Blue C M Y K H S L
Decimal 0 48 92 1 0.48 0 0.64 208.7 1 0.18
Hex 0 30 5C 64 30 0 40 D1 64 12
Octal 0 60 134 144 60 0 100 321 144 22
Binary 0 110000 1011100 1100100 110000 0 1000000 11010001 1100100 10010

Color Harmonies of #00305C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00305C

Black with #00305C

Text Example


Text Example

White with #00305C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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