Html Css Color HEX #00385E Prussian Blue

📋 copy color: '#00385E'

red 0 ◦ green 56 ◦ blue 94

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

Shades of Prussian Blue #00385E

Tints of Prussian Blue #00385E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 37.33%

 BLUE value IS 94 (37.11% from 255) = 62.67%

R = 0%
G = 37.33%
B = 62.67%

CMYK

 C value IS 1

 M value IS 0.40

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#00385E (or 0x00385E) is known color: Prussian Blue. HEX triplet: 00, 38 and 5E. RGB value is (0,56,94). Sum of RGB (Red+Green+Blue) = 0+56+94=150 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 150); Green value is 56 (22.27% from 255 or 37.33% from 150); Blue value is 94 (37.11% from 255 or 62.67% from 150); Max value from RGB is 94 - color contains mainly: blue. Hex color #00385E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00385E is #FFC7A1. Grayscale: #2B2B2B. Windows color (decimal): -16762786 or 6174720. OLE color: 6174720.

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

Color convert

RGB 0 56 94 -
CMYK 1 0.40 0 0.63
HSL 204.26º 1% 0.18% -
HSV(B) 204.26º 1% 0.37% -
XYZ 3.43 3.64 11.11 -
YUV 43.59 156.45 96.91 -
System Red Green Blue C M Y K H S L
Decimal 0 56 94 1 0.40 0 0.63 204.26 1 0.18
Hex 0 38 5E 64 28 0 3F CC 64 12
Octal 0 70 136 144 50 0 77 314 144 22
Binary 0 111000 1011110 1100100 101000 0 111111 11001100 1100100 10010

Color Harmonies of #00385E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00385E

Black with #00385E

Text Example


Text Example

White with #00385E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00385E; }

 p { color: rgb(0,56,94); }

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

background-color css

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

 a { background-color: rgb(0,56,94); }

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

border-color css

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

 span { border-color: rgb(0,56,94); }

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