Html Css Color HEX #002D45 Blue Whale

📋 copy color: '#002D45'

red 0 ◦ green 45 ◦ blue 69

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

Shades of Blue Whale #002D45

Tints of Blue Whale #002D45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 60.53%

R = 0%
G = 39.47%
B = 60.53%

CMYK

 C value IS 1

 M value IS 0.35

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#002D45 (or 0x002D45) is known color: Blue Whale. HEX triplet: 00, 2D and 45. RGB value is (0,45,69). Sum of RGB (Red+Green+Blue) = 0+45+69=114 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 114); Green value is 45 (17.97% from 255 or 39.47% from 114); Blue value is 69 (27.34% from 255 or 60.53% from 114); Max value from RGB is 69 - color contains mainly: blue. Hex color #002D45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002D45 is #FFD2BA. Grayscale: #222222. Windows color (decimal): -16765627 or 4533504. OLE color: 4533504.

HSL color Cylindrical-coordinate representation of color #002D45: hue angle of 200.87º 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 #002D45 is Cyan = 1, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 0 45 69 -
CMYK 1 0.35 0 0.73
HSL 200.87º 1% 0.14% -
HSV(B) 200.87º 1% 0.27% -
XYZ 2.01 2.31 5.97 -
YUV 34.28 147.59 103.55 -
System Red Green Blue C M Y K H S L
Decimal 0 45 69 1 0.35 0 0.73 200.87 1 0.14
Hex 0 2D 45 64 23 0 49 C9 64 E
Octal 0 55 105 144 43 0 111 311 144 16
Binary 0 101101 1000101 1100100 100011 0 1001001 11001001 1100100 1110

Color Harmonies of #002D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002D45

Black with #002D45

Text Example


Text Example

White with #002D45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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