Html Css Color HEX #04354B Blue Whale

📋 copy color: '#04354B'

red 4 ◦ green 53 ◦ blue 75

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

Shades of Blue Whale #04354B

Tints of Blue Whale #04354B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 56.82%

R = 3.03%
G = 40.15%
B = 56.82%

CMYK

 C value IS 0.95

 M value IS 0.29

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#04354B (or 0x04354B) is known color: Blue Whale. HEX triplet: 04, 35 and 4B. RGB value is (4,53,75). Sum of RGB (Red+Green+Blue) = 4+53+75=132 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.03% from 132); Green value is 53 (21.09% from 255 or 40.15% from 132); Blue value is 75 (29.69% from 255 or 56.82% from 132); Max value from RGB is 75 - color contains mainly: blue. Hex color #04354B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04354B is #FBCAB4. Grayscale: #282828. Windows color (decimal): -16501429 or 4928772. OLE color: 4928772.

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

Color convert

RGB 4 53 75 -
CMYK 0.95 0.29 0 0.71
HSL 198.59º 0.9% 0.15% -
HSV(B) 198.59º 0.95% 0.29% -
XYZ 2.59 3.08 7.11 -
YUV 40.86 147.27 101.71 -
System Red Green Blue C M Y K H S L
Decimal 4 53 75 0.95 0.29 0 0.71 198.59 0.9 0.15
Hex 4 35 4B 5F 1D 0 47 C7 5A F
Octal 4 65 113 137 35 0 107 307 132 17
Binary 100 110101 1001011 1011111 11101 0 1000111 11000111 1011010 1111

Color Harmonies of #04354B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04354B

Black with #04354B

Text Example


Text Example

White with #04354B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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