#1C333F

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

Shades of Blue Whale #1C333F

Tints of Blue Whale #1C333F

Color information

#1C333F (or 0x1C333F) is unknown color: approx Blue Whale. HEX triplet: 1C, 33 and 3F. RGB value is (28,51,63). Sum of RGB (Red+Green+Blue) = 28+51+63=142 (18% of max value = 765). Red value is 28 (11.33% from 255 or 19.72% from 142); Green value is 51 (20.31% from 255 or 35.92% from 142); Blue value is 63 (25% from 255 or 44.37% from 142); Max value from RGB is 63 - color contains mainly: blue. Hex color #1C333F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C333F is #E3CCC0. Grayscale: #2D2D2D. Windows color (decimal): -14929089 or 4141852. OLE color: 4141852.

HSL color Cylindrical-coordinate representation of color #1C333F: hue angle of 200.57º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #1C333F is Cyan = 0.56, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB285163-
CMYK0.560.1900.75
HSL200.57º38.46%17.84%-
HSV(B)200.57º55.56%24.71%-
XYZ2.562.975.14-
YUV45.49137.88115.52-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 19.72%
GREEN value IS 51 (20.31% from 255) = 35.92%
BLUE value IS 63 (25% from 255) = 44.37%
R=19.72%
G=35.92%
B=44.37%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2851630.560.1900.75200.5738.4617.84
Hex1C333F381304Bc92612
Octal346377702301133114622
Binary1110011001111111111100010011010010111100100110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C333F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,51,63); }

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

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

 a { background-color: rgb(28,51,63); }

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

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

 span { border-color: rgb(28,51,63); }

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