Html Css Color HEX #04354A Blue Whale

📋 copy color: '#04354A'

red 4 ◦ green 53 ◦ blue 74

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

Shades of Blue Whale #04354A

Tints of Blue Whale #04354A

RGB

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

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

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

R = 3.05%
G = 40.46%
B = 56.49%

CMYK

 C value IS 0.95

 M value IS 0.28

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#04354A (or 0x04354A) is known color: Blue Whale. HEX triplet: 04, 35 and 4A. RGB value is (4,53,74). Sum of RGB (Red+Green+Blue) = 4+53+74=131 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.05% from 131); Green value is 53 (21.09% from 255 or 40.46% from 131); Blue value is 74 (29.30% from 255 or 56.49% from 131); Max value from RGB is 74 - color contains mainly: blue. Hex color #04354A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04354A is #FBCAB5. Grayscale: #282828. Windows color (decimal): -16501430 or 4863236. OLE color: 4863236.

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

Color convert

RGB 4 53 74 -
CMYK 0.95 0.28 0 0.71
HSL 198º 0.9% 0.15% -
HSV(B) 198º 0.95% 0.29% -
XYZ 2.56 3.07 6.94 -
YUV 40.74 146.77 101.79 -
System Red Green Blue C M Y K H S L
Decimal 4 53 74 0.95 0.28 0 0.71 198 0.9 0.15
Hex 4 35 4A 5F 1C 0 47 C6 5A F
Octal 4 65 112 137 34 0 107 306 132 17
Binary 100 110101 1001010 1011111 11100 0 1000111 11000110 1011010 1111

Color Harmonies of #04354A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04354A

Black with #04354A

Text Example


Text Example

White with #04354A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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