#002F43

Color #002F43 Blue Whale (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Whale #002F43

Tints of Blue Whale #002F43

Color information

#002F43 (or 0x002F43) is unknown color: approx Blue Whale. HEX triplet: 00, 2F and 43. RGB value is (0,47,67). Sum of RGB (Red+Green+Blue) = 0+47+67=114 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 114); Green value is 47 (18.75% from 255 or 41.23% from 114); Blue value is 67 (26.56% from 255 or 58.77% from 114); Max value from RGB is 67 - color contains mainly: blue. Hex color #002F43 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002F43 is #FFD0BC. Grayscale: #232323. Windows color (decimal): -16765117 or 4402944. OLE color: 4402944.

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

Color convert

RGB04767-
CMYK10.3000.74
HSL197.91º100%13.14%-
HSV(B)197.91º100%26.27%-
XYZ2.032.445.67-
YUV35.23145.93102.87-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 47 (18.75% from 255) = 41.23%
BLUE value IS 67 (26.56% from 255) = 58.77%
R=0%
G=41.23%
B=58.77%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal0476710.3000.74197.9110013.14
Hex02F43641E04Ac664d
Octal05710314436011230614415
Binary01011111000011110010011110010010101100011011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002F43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,47,67); }

 H1.HeaderClassName
 {
   color: #002F43;
 }
 .AnyTagClassName
 {
   color: #002F43;
 }
</style>
background-color css

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

 a { background-color: rgb(0,47,67); }

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

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

 span { border-color: rgb(0,47,67); }

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