#143348

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

Shades of Blue Whale #143348

Tints of Blue Whale #143348

Color information

#143348 (or 0x143348) is unknown color: approx Blue Whale. HEX triplet: 14, 33 and 48. RGB value is (20,51,72). Sum of RGB (Red+Green+Blue) = 20+51+72=143 (18% of max value = 765). Red value is 20 (8.20% from 255 or 13.99% from 143); Green value is 51 (20.31% from 255 or 35.66% from 143); Blue value is 72 (28.52% from 255 or 50.35% from 143); Max value from RGB is 72 - color contains mainly: blue. Hex color #143348 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143348 is #EBCCB7. Grayscale: #2C2C2C. Windows color (decimal): -15453368 or 4731668. OLE color: 4731668.

HSL color Cylindrical-coordinate representation of color #143348: hue angle of 204.23º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #143348 is Cyan = 0.72, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB205172-
CMYK0.720.2900.72
HSL204.23º56.52%18.04%-
HSV(B)204.23º72.22%28.24%-
XYZ2.642.986.57-
YUV44.12143.73110.79-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.99%
GREEN value IS 51 (20.31% from 255) = 35.66%
BLUE value IS 72 (28.52% from 255) = 50.35%
R=13.99%
G=35.66%
B=50.35%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2051720.720.2900.72204.2356.5218.04
Hex143348481D048cc3912
Octal24631101103501103147122
Binary101001100111001000100100011101010010001100110011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143348; }

 p { color: rgb(20,51,72); }

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

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

 a { background-color: rgb(20,51,72); }

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

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

 span { border-color: rgb(20,51,72); }

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