Html Css Color HEX #183246 Blue Whale

📋 copy color: '#183246'

red 24 ◦ green 50 ◦ blue 70

#183246
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Whale #183246

Tints of Blue Whale #183246

RGB

 RED value IS 24 (9.77% from 255) = 16.67%

 GREEN value IS 50 (19.92% from 255) = 34.72%

 BLUE value IS 70 (27.73% from 255) = 48.61%

R = 16.67%
G = 34.72%
B = 48.61%

CMYK

 C value IS 0.66

 M value IS 0.29

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#183246 (or 0x183246) is known color: Blue Whale. HEX triplet: 18, 32 and 46. RGB value is (24,50,70). Sum of RGB (Red+Green+Blue) = 24+50+70=144 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.67% from 144); Green value is 50 (19.92% from 255 or 34.72% from 144); Blue value is 70 (27.73% from 255 or 48.61% from 144); Max value from RGB is 70 - color contains mainly: blue. Hex color #183246 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183246 is #E7CDB9. Grayscale: #2C2C2C. Windows color (decimal): -15191482 or 4600344. OLE color: 4600344.

HSL color Cylindrical-coordinate representation of color #183246: hue angle of 206.09º degrees, saturation: 0.49, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #183246 is Cyan = 0.66, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 24 50 70 -
CMYK 0.66 0.29 0 0.73
HSL 206.09º 0.49% 0.18% -
HSV(B) 206.09º 0.66% 0.27% -
XYZ 2.62 2.92 6.22 -
YUV 44.51 142.39 113.37 -
System Red Green Blue C M Y K H S L
Decimal 24 50 70 0.66 0.29 0 0.73 206.09 0.49 0.18
Hex 18 32 46 42 1D 0 49 CE 31 12
Octal 30 62 106 102 35 0 111 316 61 22
Binary 11000 110010 1000110 1000010 11101 0 1001001 11001110 110001 10010

Color Harmonies of #183246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183246

Black with #183246

Text Example


Text Example

White with #183246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #183246; }

 p { color: rgb(24,50,70); }

 H1.HeaderClassName
 {
   color: #183246;
 }
 .AnyTagClassName
 {
   color: #183246;
 }
</style>

background-color css

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

 a { background-color: rgb(24,50,70); }

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

border-color css

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

 span { border-color: rgb(24,50,70); }

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