Html Css Color HEX #04354C Blue Whale

📋 copy color: '#04354C'

red 4 ◦ green 53 ◦ blue 76

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

Shades of Blue Whale #04354C

Tints of Blue Whale #04354C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 39.85%

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

R = 3.01%
G = 39.85%
B = 57.14%

CMYK

 C value IS 0.95

 M value IS 0.30

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#04354C (or 0x04354C) is known color: Blue Whale. HEX triplet: 04, 35 and 4C. RGB value is (4,53,76). Sum of RGB (Red+Green+Blue) = 4+53+76=133 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.01% from 133); Green value is 53 (21.09% from 255 or 39.85% from 133); Blue value is 76 (30.08% from 255 or 57.14% from 133); Max value from RGB is 76 - color contains mainly: blue. Hex color #04354C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04354C is #FBCAB3. Grayscale: #282828. Windows color (decimal): -16501428 or 4994308. OLE color: 4994308.

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

Color convert

RGB 4 53 76 -
CMYK 0.95 0.30 0 0.70
HSL 199.17º 0.9% 0.16% -
HSV(B) 199.17º 0.95% 0.3% -
XYZ 2.63 3.09 7.3 -
YUV 40.97 147.77 101.63 -
System Red Green Blue C M Y K H S L
Decimal 4 53 76 0.95 0.30 0 0.70 199.17 0.9 0.16
Hex 4 35 4C 5F 1E 0 46 C7 5A 10
Octal 4 65 114 137 36 0 106 307 132 20
Binary 100 110101 1001100 1011111 11110 0 1000110 11000111 1011010 10000

Color Harmonies of #04354C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04354C

Black with #04354C

Text Example


Text Example

White with #04354C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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