Html Css Color HEX #04314C Blue Whale

📋 copy color: '#04314C'

red 4 ◦ green 49 ◦ blue 76

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

Shades of Blue Whale #04314C

Tints of Blue Whale #04314C

RGB

 RED value IS 4 (1.95% from 255) = 3.1%

 GREEN value IS 49 (19.53% from 255) = 37.98%

 BLUE value IS 76 (30.08% from 255) = 58.91%

R = 3.1%
G = 37.98%
B = 58.91%

CMYK

 C value IS 0.95

 M value IS 0.36

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#04314C (or 0x04314C) is known color: Blue Whale. HEX triplet: 04, 31 and 4C. RGB value is (4,49,76). Sum of RGB (Red+Green+Blue) = 4+49+76=129 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.10% from 129); Green value is 49 (19.53% from 255 or 37.98% from 129); Blue value is 76 (30.08% from 255 or 58.91% from 129); Max value from RGB is 76 - color contains mainly: blue. Hex color #04314C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04314C is #FBCEB3. Grayscale: #262626. Windows color (decimal): -16502452 or 4993284. OLE color: 4993284.

HSL color Cylindrical-coordinate representation of color #04314C: hue angle of 202.5º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04314C is Cyan = 0.95, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 4 49 76 -
CMYK 0.95 0.36 0 0.70
HSL 202.5º 0.9% 0.16% -
HSV(B) 202.5º 0.95% 0.3% -
XYZ 2.45 2.74 7.24 -
YUV 38.62 149.09 103.3 -
System Red Green Blue C M Y K H S L
Decimal 4 49 76 0.95 0.36 0 0.70 202.5 0.9 0.16
Hex 4 31 4C 5F 24 0 46 CA 5A 10
Octal 4 61 114 137 44 0 106 312 132 20
Binary 100 110001 1001100 1011111 100100 0 1000110 11001010 1011010 10000

Color Harmonies of #04314C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04314C

Black with #04314C

Text Example


Text Example

White with #04314C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,49,76); }

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

background-color css

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

 a { background-color: rgb(4,49,76); }

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

border-color css

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

 span { border-color: rgb(4,49,76); }

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