#1D3243

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

Shades of Blue Whale #1D3243

Tints of Blue Whale #1D3243

Color information

#1D3243 (or 0x1D3243) is unknown color: approx Blue Whale. HEX triplet: 1D, 32 and 43. RGB value is (29,50,67). Sum of RGB (Red+Green+Blue) = 29+50+67=146 (19% of max value = 765). Red value is 29 (11.72% from 255 or 19.86% from 146); Green value is 50 (19.92% from 255 or 34.25% from 146); Blue value is 67 (26.56% from 255 or 45.89% from 146); Max value from RGB is 67 - color contains mainly: blue. Hex color #1D3243 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3243 is #E2CDBC. Grayscale: #2D2D2D. Windows color (decimal): -14863805 or 4403741. OLE color: 4403741.

HSL color Cylindrical-coordinate representation of color #1D3243: hue angle of 206.84º degrees, saturation: 0.4, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1D3243 is Cyan = 0.57, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB295067-
CMYK0.570.2500.74
HSL206.84º39.58%18.82%-
HSV(B)206.84º56.72%26.27%-
XYZ2.662.955.74-
YUV45.66140.04116.12-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 19.86%
GREEN value IS 50 (19.92% from 255) = 34.25%
BLUE value IS 67 (26.56% from 255) = 45.89%
R=19.86%
G=34.25%
B=45.89%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2950670.570.2500.74206.8439.5818.82
Hex1D3243391904Acf2813
Octal3562103713101123175023
Binary11101110010100001111100111001010010101100111110100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D3243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1D3243; }

 p { color: rgb(29,50,67); }

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

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

 a { background-color: rgb(29,50,67); }

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

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

 span { border-color: rgb(29,50,67); }

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