Html Css Color HEX #04344A Blue Whale

📋 copy color: '#04344A'

red 4 ◦ green 52 ◦ blue 74

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

Shades of Blue Whale #04344A

Tints of Blue Whale #04344A

RGB

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

 GREEN value IS 52 (20.7% from 255) = 40%

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

R = 3.08%
G = 40%
B = 56.92%

CMYK

 C value IS 0.95

 M value IS 0.30

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#04344A (or 0x04344A) is known color: Blue Whale. HEX triplet: 04, 34 and 4A. RGB value is (4,52,74). Sum of RGB (Red+Green+Blue) = 4+52+74=130 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.08% from 130); Green value is 52 (20.70% from 255 or 40% from 130); Blue value is 74 (29.30% from 255 or 56.92% from 130); Max value from RGB is 74 - color contains mainly: blue. Hex color #04344A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04344A is #FBCBB5. Grayscale: #282828. Windows color (decimal): -16501686 or 4862980. OLE color: 4862980.

HSL color Cylindrical-coordinate representation of color #04344A: hue angle of 198.86º 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 #04344A is Cyan = 0.95, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 4 52 74 -
CMYK 0.95 0.30 0 0.71
HSL 198.86º 0.9% 0.15% -
HSV(B) 198.86º 0.95% 0.29% -
XYZ 2.51 2.98 6.92 -
YUV 40.16 147.1 102.21 -
System Red Green Blue C M Y K H S L
Decimal 4 52 74 0.95 0.30 0 0.71 198.86 0.9 0.15
Hex 4 34 4A 5F 1E 0 47 C7 5A F
Octal 4 64 112 137 36 0 107 307 132 17
Binary 100 110100 1001010 1011111 11110 0 1000111 11000111 1011010 1111

Color Harmonies of #04344A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04344A

Black with #04344A

Text Example


Text Example

White with #04344A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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