Html Css Color HEX #043348 Blue Whale

📋 copy color: '#043348'

red 4 ◦ green 51 ◦ blue 72

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

Shades of Blue Whale #043348

Tints of Blue Whale #043348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 56.69%

R = 3.15%
G = 40.16%
B = 56.69%

CMYK

 C value IS 0.94

 M value IS 0.29

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#043348 (or 0x043348) is known color: Blue Whale. HEX triplet: 04, 33 and 48. RGB value is (4,51,72). Sum of RGB (Red+Green+Blue) = 4+51+72=127 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.15% from 127); Green value is 51 (20.31% from 255 or 40.16% from 127); Blue value is 72 (28.52% from 255 or 56.69% from 127); Max value from RGB is 72 - color contains mainly: blue. Hex color #043348 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #043348 is #FBCCB7. Grayscale: #272727. Windows color (decimal): -16501944 or 4731652. OLE color: 4731652.

HSL color Cylindrical-coordinate representation of color #043348: hue angle of 198.53º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #043348 is Cyan = 0.94, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 4 51 72 -
CMYK 0.94 0.29 0 0.72
HSL 198.53º 0.89% 0.15% -
HSV(B) 198.53º 0.94% 0.28% -
XYZ 2.4 2.86 6.56 -
YUV 39.34 146.43 102.79 -
System Red Green Blue C M Y K H S L
Decimal 4 51 72 0.94 0.29 0 0.72 198.53 0.89 0.15
Hex 4 33 48 5E 1D 0 48 C7 59 F
Octal 4 63 110 136 35 0 110 307 131 17
Binary 100 110011 1001000 1011110 11101 0 1001000 11000111 1011001 1111

Color Harmonies of #043348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #043348

Black with #043348

Text Example


Text Example

White with #043348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #043348; }

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

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

background-color css

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

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

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

border-color css

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

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

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