Html Css Color HEX #033241 Blue Whale

📋 copy color: '#033241'

red 3 ◦ green 50 ◦ blue 65

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

Shades of Blue Whale #033241

Tints of Blue Whale #033241

RGB

 RED value IS 3 (1.56% from 255) = 2.54%

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

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

R = 2.54%
G = 42.37%
B = 55.08%

CMYK

 C value IS 0.95

 M value IS 0.23

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#033241 (or 0x033241) is known color: Blue Whale. HEX triplet: 03, 32 and 41. RGB value is (3,50,65). Sum of RGB (Red+Green+Blue) = 3+50+65=118 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.54% from 118); Green value is 50 (19.92% from 255 or 42.37% from 118); Blue value is 65 (25.78% from 255 or 55.08% from 118); Max value from RGB is 65 - color contains mainly: blue. Hex color #033241 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033241 is #FCCDBE. Grayscale: #252525. Windows color (decimal): -16567743 or 4272643. OLE color: 4272643.

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

Color convert

RGB 3 50 65 -
CMYK 0.95 0.23 0 0.75
HSL 194.52º 0.91% 0.13% -
HSV(B) 194.52º 0.95% 0.25% -
XYZ 2.13 2.68 5.41 -
YUV 37.66 143.43 103.28 -
System Red Green Blue C M Y K H S L
Decimal 3 50 65 0.95 0.23 0 0.75 194.52 0.91 0.13
Hex 3 32 41 5F 17 0 4B C3 5B D
Octal 3 62 101 137 27 0 113 303 133 15
Binary 11 110010 1000001 1011111 10111 0 1001011 11000011 1011011 1101

Color Harmonies of #033241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033241

Black with #033241

Text Example


Text Example

White with #033241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033241; }

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

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

background-color css

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

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

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

border-color css

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

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

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