Html Css Color HEX #04324A Blue Whale

📋 copy color: '#04324A'

red 4 ◦ green 50 ◦ blue 74

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

Shades of Blue Whale #04324A

Tints of Blue Whale #04324A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 57.81%

R = 3.13%
G = 39.06%
B = 57.81%

CMYK

 C value IS 0.95

 M value IS 0.32

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#04324A (or 0x04324A) is known color: Blue Whale. HEX triplet: 04, 32 and 4A. RGB value is (4,50,74). Sum of RGB (Red+Green+Blue) = 4+50+74=128 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.12% from 128); Green value is 50 (19.92% from 255 or 39.06% from 128); Blue value is 74 (29.30% from 255 or 57.81% from 128); Max value from RGB is 74 - color contains mainly: blue. Hex color #04324A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04324A is #FBCDB5. Grayscale: #262626. Windows color (decimal): -16502198 or 4862468. OLE color: 4862468.

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

Color convert

RGB 4 50 74 -
CMYK 0.95 0.32 0 0.71
HSL 200.57º 0.9% 0.15% -
HSV(B) 200.57º 0.95% 0.29% -
XYZ 2.43 2.8 6.89 -
YUV 38.98 147.76 103.05 -
System Red Green Blue C M Y K H S L
Decimal 4 50 74 0.95 0.32 0 0.71 200.57 0.9 0.15
Hex 4 32 4A 5F 20 0 47 C9 5A F
Octal 4 62 112 137 40 0 107 311 132 17
Binary 100 110010 1001010 1011111 100000 0 1000111 11001001 1011010 1111

Color Harmonies of #04324A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04324A

Black with #04324A

Text Example


Text Example

White with #04324A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04324A; }

 p { color: rgb(4,50,74); }

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

background-color css

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

 a { background-color: rgb(4,50,74); }

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

border-color css

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

 span { border-color: rgb(4,50,74); }

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