Html Css Color HEX #002D41 Blue Whale

📋 copy color: '#002D41'

red 0 ◦ green 45 ◦ blue 65

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

Shades of Blue Whale #002D41

Tints of Blue Whale #002D41

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 45 (17.97% from 255) = 40.91%

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

R = 0%
G = 40.91%
B = 59.09%

CMYK

 C value IS 1

 M value IS 0.31

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#002D41 (or 0x002D41) is known color: Blue Whale. HEX triplet: 00, 2D and 41. RGB value is (0,45,65). Sum of RGB (Red+Green+Blue) = 0+45+65=110 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 110); Green value is 45 (17.97% from 255 or 40.91% from 110); Blue value is 65 (25.78% from 255 or 59.09% from 110); Max value from RGB is 65 - color contains mainly: blue. Hex color #002D41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002D41 is #FFD2BE. Grayscale: #212121. Windows color (decimal): -16765631 or 4271360. OLE color: 4271360.

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

Color convert

RGB 0 45 65 -
CMYK 1 0.31 0 0.75
HSL 198.46º 1% 0.13% -
HSV(B) 198.46º 1% 0.25% -
XYZ 1.89 2.26 5.34 -
YUV 33.83 145.59 103.87 -
System Red Green Blue C M Y K H S L
Decimal 0 45 65 1 0.31 0 0.75 198.46 1 0.13
Hex 0 2D 41 64 1F 0 4B C6 64 D
Octal 0 55 101 144 37 0 113 306 144 15
Binary 0 101101 1000001 1100100 11111 0 1001011 11000110 1100100 1101

Color Harmonies of #002D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002D41

Black with #002D41

Text Example


Text Example

White with #002D41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002D41; }

 p { color: rgb(0,45,65); }

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

background-color css

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

 a { background-color: rgb(0,45,65); }

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

border-color css

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

 span { border-color: rgb(0,45,65); }

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