Html Css Color HEX #003258 Prussian Blue

📋 copy color: '#003258'

red 0 ◦ green 50 ◦ blue 88

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

Shades of Prussian Blue #003258

Tints of Prussian Blue #003258

RGB

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

 GREEN value IS 50 (19.92% from 255) = 36.23%

 BLUE value IS 88 (34.77% from 255) = 63.77%

R = 0%
G = 36.23%
B = 63.77%

CMYK

 C value IS 1

 M value IS 0.43

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#003258 (or 0x003258) is known color: Prussian Blue. HEX triplet: 00, 32 and 58. RGB value is (0,50,88). Sum of RGB (Red+Green+Blue) = 0+50+88=138 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 138); Green value is 50 (19.92% from 255 or 36.23% from 138); Blue value is 88 (34.77% from 255 or 63.77% from 138); Max value from RGB is 88 - color contains mainly: blue. Hex color #003258 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003258 is #FFCDA7. Grayscale: #272727. Windows color (decimal): -16764328 or 5779968. OLE color: 5779968.

HSL color Cylindrical-coordinate representation of color #003258: hue angle of 205.91º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003258 is Cyan = 1, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 0 50 88 -
CMYK 1 0.43 0 0.65
HSL 205.91º 1% 0.17% -
HSV(B) 205.91º 1% 0.35% -
XYZ 2.9 2.99 9.66 -
YUV 39.38 155.44 99.91 -
System Red Green Blue C M Y K H S L
Decimal 0 50 88 1 0.43 0 0.65 205.91 1 0.17
Hex 0 32 58 64 2B 0 41 CE 64 11
Octal 0 62 130 144 53 0 101 316 144 21
Binary 0 110010 1011000 1100100 101011 0 1000001 11001110 1100100 10001

Color Harmonies of #003258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003258

Black with #003258

Text Example


Text Example

White with #003258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003258; }

 p { color: rgb(0,50,88); }

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

background-color css

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

 a { background-color: rgb(0,50,88); }

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

border-color css

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

 span { border-color: rgb(0,50,88); }

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