Html Css Color HEX #043241 Blue Whale

📋 copy color: '#043241'

red 4 ◦ green 50 ◦ blue 65

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

Shades of Blue Whale #043241

Tints of Blue Whale #043241

RGB

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

 GREEN value IS 50 (19.92% from 255) = 42.02%

 BLUE value IS 65 (25.78% from 255) = 54.62%

R = 3.36%
G = 42.02%
B = 54.62%

CMYK

 C value IS 0.94

 M value IS 0.23

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#043241 (or 0x043241) is known color: Blue Whale. HEX triplet: 04, 32 and 41. RGB value is (4,50,65). Sum of RGB (Red+Green+Blue) = 4+50+65=119 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.36% from 119); Green value is 50 (19.92% from 255 or 42.02% from 119); Blue value is 65 (25.78% from 255 or 54.62% from 119); Max value from RGB is 65 - color contains mainly: blue. Hex color #043241 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #043241 is #FBCDBE. Grayscale: #252525. Windows color (decimal): -16502207 or 4272644. OLE color: 4272644.

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

Color convert

RGB 4 50 65 -
CMYK 0.94 0.23 0 0.75
HSL 194.75º 0.88% 0.14% -
HSV(B) 194.75º 0.94% 0.25% -
XYZ 2.14 2.69 5.41 -
YUV 37.96 143.26 103.78 -
System Red Green Blue C M Y K H S L
Decimal 4 50 65 0.94 0.23 0 0.75 194.75 0.88 0.14
Hex 4 32 41 5E 17 0 4B C3 58 E
Octal 4 62 101 136 27 0 113 303 130 16
Binary 100 110010 1000001 1011110 10111 0 1001011 11000011 1011000 1110

Color Harmonies of #043241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #043241

Black with #043241

Text Example


Text Example

White with #043241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #043241; }

 p { color: rgb(4,50,65); }

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

background-color css

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

 a { background-color: rgb(4,50,65); }

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

border-color css

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

 span { border-color: rgb(4,50,65); }

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