Html Css Color HEX #183440 Blue Whale

📋 copy color: '#183440'

red 24 ◦ green 52 ◦ blue 64

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

Shades of Blue Whale #183440

Tints of Blue Whale #183440

RGB

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

 GREEN value IS 52 (20.7% from 255) = 37.14%

 BLUE value IS 64 (25.39% from 255) = 45.71%

R = 17.14%
G = 37.14%
B = 45.71%

CMYK

 C value IS 0.62

 M value IS 0.19

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#183440 (or 0x183440) is known color: Blue Whale. HEX triplet: 18, 34 and 40. RGB value is (24,52,64). Sum of RGB (Red+Green+Blue) = 24+52+64=140 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.14% from 140); Green value is 52 (20.70% from 255 or 37.14% from 140); Blue value is 64 (25.39% from 255 or 45.71% from 140); Max value from RGB is 64 - color contains mainly: blue. Hex color #183440 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183440 is #E7CBBF. Grayscale: #2C2C2C. Windows color (decimal): -15190976 or 4207640. OLE color: 4207640.

HSL color Cylindrical-coordinate representation of color #183440: hue angle of 198º degrees, saturation: 0.45, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #183440 is Cyan = 0.62, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 24 52 64 -
CMYK 0.62 0.19 0 0.75
HSL 198º 0.45% 0.17% -
HSV(B) 198º 0.63% 0.25% -
XYZ 2.53 3.02 5.3 -
YUV 45 138.72 113.02 -
System Red Green Blue C M Y K H S L
Decimal 24 52 64 0.62 0.19 0 0.75 198 0.45 0.17
Hex 18 34 40 3E 13 0 4B C6 2D 11
Octal 30 64 100 76 23 0 113 306 55 21
Binary 11000 110100 1000000 111110 10011 0 1001011 11000110 101101 10001

Color Harmonies of #183440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183440

Black with #183440

Text Example


Text Example

White with #183440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #183440; }

 p { color: rgb(24,52,64); }

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

background-color css

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

 a { background-color: rgb(24,52,64); }

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

border-color css

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

 span { border-color: rgb(24,52,64); }

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