Html Css Color HEX #002D3F Blue Whale

📋 copy color: '#002D3F'

red 0 ◦ green 45 ◦ blue 63

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

Shades of Blue Whale #002D3F

Tints of Blue Whale #002D3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 58.33%

R = 0%
G = 41.67%
B = 58.33%

CMYK

 C value IS 1

 M value IS 0.29

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#002D3F (or 0x002D3F) is known color: Blue Whale. HEX triplet: 00, 2D and 3F. RGB value is (0,45,63). Sum of RGB (Red+Green+Blue) = 0+45+63=108 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 108); Green value is 45 (17.97% from 255 or 41.67% from 108); Blue value is 63 (25% from 255 or 58.33% from 108); Max value from RGB is 63 - color contains mainly: blue. Hex color #002D3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002D3F is #FFD2C0. Grayscale: #212121. Windows color (decimal): -16765633 or 4140288. OLE color: 4140288.

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

Color convert

RGB 0 45 63 -
CMYK 1 0.29 0 0.75
HSL 197.14º 1% 0.12% -
HSV(B) 197.14º 1% 0.25% -
XYZ 1.84 2.24 5.04 -
YUV 33.6 144.59 104.04 -
System Red Green Blue C M Y K H S L
Decimal 0 45 63 1 0.29 0 0.75 197.14 1 0.12
Hex 0 2D 3F 64 1D 0 4B C5 64 C
Octal 0 55 77 144 35 0 113 305 144 14
Binary 0 101101 111111 1100100 11101 0 1001011 11000101 1100100 1100

Color Harmonies of #002D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002D3F

Black with #002D3F

Text Example


Text Example

White with #002D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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