Html Css Color HEX #043344 Blue Whale

📋 copy color: '#043344'

red 4 ◦ green 51 ◦ blue 68

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

Shades of Blue Whale #043344

Tints of Blue Whale #043344

RGB

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

 GREEN value IS 51 (20.31% from 255) = 41.46%

 BLUE value IS 68 (26.95% from 255) = 55.28%

R = 3.25%
G = 41.46%
B = 55.28%

CMYK

 C value IS 0.94

 M value IS 0.25

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#043344 (or 0x043344) is known color: Blue Whale. HEX triplet: 04, 33 and 44. RGB value is (4,51,68). Sum of RGB (Red+Green+Blue) = 4+51+68=123 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.25% from 123); Green value is 51 (20.31% from 255 or 41.46% from 123); Blue value is 68 (26.95% from 255 or 55.28% from 123); Max value from RGB is 68 - color contains mainly: blue. Hex color #043344 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #043344 is #FBCCBB. Grayscale: #262626. Windows color (decimal): -16501948 or 4469508. OLE color: 4469508.

HSL color Cylindrical-coordinate representation of color #043344: hue angle of 195.94º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #043344 is Cyan = 0.94, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 4 51 68 -
CMYK 0.94 0.25 0 0.73
HSL 195.94º 0.89% 0.14% -
HSV(B) 195.94º 0.94% 0.27% -
XYZ 2.28 2.81 5.89 -
YUV 38.89 144.43 103.12 -
System Red Green Blue C M Y K H S L
Decimal 4 51 68 0.94 0.25 0 0.73 195.94 0.89 0.14
Hex 4 33 44 5E 19 0 49 C4 59 E
Octal 4 63 104 136 31 0 111 304 131 16
Binary 100 110011 1000100 1011110 11001 0 1001001 11000100 1011001 1110

Color Harmonies of #043344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #043344

Black with #043344

Text Example


Text Example

White with #043344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #043344; }

 p { color: rgb(4,51,68); }

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

background-color css

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

 a { background-color: rgb(4,51,68); }

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

border-color css

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

 span { border-color: rgb(4,51,68); }

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