Html Css Color HEX #002D46 Blue Whale

📋 copy color: '#002D46'

red 0 ◦ green 45 ◦ blue 70

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

Shades of Blue Whale #002D46

Tints of Blue Whale #002D46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 60.87%

R = 0%
G = 39.13%
B = 60.87%

CMYK

 C value IS 1

 M value IS 0.36

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#002D46 (or 0x002D46) is known color: Blue Whale. HEX triplet: 00, 2D and 46. RGB value is (0,45,70). Sum of RGB (Red+Green+Blue) = 0+45+70=115 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 115); Green value is 45 (17.97% from 255 or 39.13% from 115); Blue value is 70 (27.73% from 255 or 60.87% from 115); Max value from RGB is 70 - color contains mainly: blue. Hex color #002D46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002D46 is #FFD2B9. Grayscale: #222222. Windows color (decimal): -16765626 or 4599040. OLE color: 4599040.

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

Color convert

RGB 0 45 70 -
CMYK 1 0.36 0 0.73
HSL 201.43º 1% 0.14% -
HSV(B) 201.43º 1% 0.27% -
XYZ 2.04 2.32 6.13 -
YUV 34.4 148.09 103.47 -
System Red Green Blue C M Y K H S L
Decimal 0 45 70 1 0.36 0 0.73 201.43 1 0.14
Hex 0 2D 46 64 24 0 49 C9 64 E
Octal 0 55 106 144 44 0 111 311 144 16
Binary 0 101101 1000110 1100100 100100 0 1001001 11001001 1100100 1110

Color Harmonies of #002D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002D46

Black with #002D46

Text Example


Text Example

White with #002D46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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