Html Css Color HEX #18343E Blue Whale

📋 copy color: '#18343E'

red 24 ◦ green 52 ◦ blue 62

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

Shades of Blue Whale #18343E

Tints of Blue Whale #18343E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 44.93%

R = 17.39%
G = 37.68%
B = 44.93%

CMYK

 C value IS 0.61

 M value IS 0.16

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#18343E (or 0x18343E) is known color: Blue Whale. HEX triplet: 18, 34 and 3E. RGB value is (24,52,62). Sum of RGB (Red+Green+Blue) = 24+52+62=138 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.39% from 138); Green value is 52 (20.70% from 255 or 37.68% from 138); Blue value is 62 (24.61% from 255 or 44.93% from 138); Max value from RGB is 62 - color contains mainly: blue. Hex color #18343E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18343E is #E7CBC1. Grayscale: #2C2C2C. Windows color (decimal): -15190978 or 4076568. OLE color: 4076568.

HSL color Cylindrical-coordinate representation of color #18343E: hue angle of 195.79º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #18343E is Cyan = 0.61, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 24 52 62 -
CMYK 0.61 0.16 0 0.76
HSL 195.79º 0.44% 0.17% -
HSV(B) 195.79º 0.61% 0.24% -
XYZ 2.47 3 5.01 -
YUV 44.77 137.72 113.19 -
System Red Green Blue C M Y K H S L
Decimal 24 52 62 0.61 0.16 0 0.76 195.79 0.44 0.17
Hex 18 34 3E 3D 10 0 4C C4 2C 11
Octal 30 64 76 75 20 0 114 304 54 21
Binary 11000 110100 111110 111101 10000 0 1001100 11000100 101100 10001

Color Harmonies of #18343E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18343E

Black with #18343E

Text Example


Text Example

White with #18343E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18343E; }

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

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

background-color css

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

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

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

border-color css

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

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

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