Html Css Color HEX #183241 Blue Whale

📋 copy color: '#183241'

red 24 ◦ green 50 ◦ blue 65

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

Shades of Blue Whale #183241

Tints of Blue Whale #183241

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 46.76%

R = 17.27%
G = 35.97%
B = 46.76%

CMYK

 C value IS 0.63

 M value IS 0.23

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#183241 (or 0x183241) is known color: Blue Whale. HEX triplet: 18, 32 and 41. RGB value is (24,50,65). Sum of RGB (Red+Green+Blue) = 24+50+65=139 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.27% from 139); Green value is 50 (19.92% from 255 or 35.97% from 139); Blue value is 65 (25.78% from 255 or 46.76% from 139); Max value from RGB is 65 - color contains mainly: blue. Hex color #183241 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183241 is #E7CDBE. Grayscale: #2B2B2B. Windows color (decimal): -15191487 or 4272664. OLE color: 4272664.

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

Color convert

RGB 24 50 65 -
CMYK 0.63 0.23 0 0.75
HSL 201.95º 0.46% 0.17% -
HSV(B) 201.95º 0.63% 0.25% -
XYZ 2.47 2.86 5.42 -
YUV 43.94 139.89 113.78 -
System Red Green Blue C M Y K H S L
Decimal 24 50 65 0.63 0.23 0 0.75 201.95 0.46 0.17
Hex 18 32 41 3F 17 0 4B CA 2E 11
Octal 30 62 101 77 27 0 113 312 56 21
Binary 11000 110010 1000001 111111 10111 0 1001011 11001010 101110 10001

Color Harmonies of #183241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183241

Black with #183241

Text Example


Text Example

White with #183241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #183241; }

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

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

background-color css

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

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

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

border-color css

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

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

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