Html Css Color HEX #00334B Prussian Blue

📋 copy color: '#00334B'

red 0 ◦ green 51 ◦ blue 75

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

Shades of Prussian Blue #00334B

Tints of Prussian Blue #00334B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 40.48%

 BLUE value IS 75 (29.69% from 255) = 59.52%

R = 0%
G = 40.48%
B = 59.52%

CMYK

 C value IS 1

 M value IS 0.32

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#00334B (or 0x00334B) is known color: Prussian Blue. HEX triplet: 00, 33 and 4B. RGB value is (0,51,75). Sum of RGB (Red+Green+Blue) = 0+51+75=126 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 126); Green value is 51 (20.31% from 255 or 40.48% from 126); Blue value is 75 (29.69% from 255 or 59.52% from 126); Max value from RGB is 75 - color contains mainly: blue. Hex color #00334B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00334B is #FFCCB4. Grayscale: #262626. Windows color (decimal): -16764085 or 4928256. OLE color: 4928256.

HSL color Cylindrical-coordinate representation of color #00334B: hue angle of 199.2º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00334B is Cyan = 1, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 0 51 75 -
CMYK 1 0.32 0 0.71
HSL 199.2º 1% 0.15% -
HSV(B) 199.2º 1% 0.29% -
XYZ 2.45 2.88 7.08 -
YUV 38.49 148.6 100.55 -
System Red Green Blue C M Y K H S L
Decimal 0 51 75 1 0.32 0 0.71 199.2 1 0.15
Hex 0 33 4B 64 20 0 47 C7 64 F
Octal 0 63 113 144 40 0 107 307 144 17
Binary 0 110011 1001011 1100100 100000 0 1000111 11000111 1100100 1111

Color Harmonies of #00334B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00334B

Black with #00334B

Text Example


Text Example

White with #00334B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00334B; }

 p { color: rgb(0,51,75); }

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

background-color css

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

 a { background-color: rgb(0,51,75); }

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

border-color css

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

 span { border-color: rgb(0,51,75); }

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