#183848

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

Shades of Blue Whale #183848

Tints of Blue Whale #183848

Color information

#183848 (or 0x183848) is unknown color: approx Blue Whale. HEX triplet: 18, 38 and 48. RGB value is (24,56,72). Sum of RGB (Red+Green+Blue) = 24+56+72=152 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.79% from 152); Green value is 56 (22.27% from 255 or 36.84% from 152); Blue value is 72 (28.52% from 255 or 47.37% from 152); Max value from RGB is 72 - color contains mainly: blue. Hex color #183848 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183848 is #E7C7B7. Grayscale: #303030. Windows color (decimal): -15189944 or 4732952. OLE color: 4732952.

HSL color Cylindrical-coordinate representation of color #183848: hue angle of 200º degrees, saturation: 0.5, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #183848 is Cyan = 0.67, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB245672-
CMYK0.670.2200.72
HSL200º50%18.82%-
HSV(B)200º66.67%28.24%-
XYZ2.963.496.65-
YUV48.26141.4110.7-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.79%
GREEN value IS 56 (22.27% from 255) = 36.84%
BLUE value IS 72 (28.52% from 255) = 47.37%
R=15.79%
G=36.84%
B=47.37%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2456720.670.2200.722005018.82
Hex1838484316048c83213
Octal30701101032601103106223
Binary110001110001001000100001110110010010001100100011001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183848; }

 p { color: rgb(24,56,72); }

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

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

 a { background-color: rgb(24,56,72); }

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

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

 span { border-color: rgb(24,56,72); }

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