Html Css Color HEX #153244 Blue Whale

📋 copy color: '#153244'

red 21 ◦ green 50 ◦ blue 68

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

Shades of Blue Whale #153244

Tints of Blue Whale #153244

RGB

 RED value IS 21 (8.59% from 255) = 15.11%

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

 BLUE value IS 68 (26.95% from 255) = 48.92%

R = 15.11%
G = 35.97%
B = 48.92%

CMYK

 C value IS 0.69

 M value IS 0.26

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#153244 (or 0x153244) is known color: Blue Whale. HEX triplet: 15, 32 and 44. RGB value is (21,50,68). Sum of RGB (Red+Green+Blue) = 21+50+68=139 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.11% from 139); Green value is 50 (19.92% from 255 or 35.97% from 139); Blue value is 68 (26.95% from 255 or 48.92% from 139); Max value from RGB is 68 - color contains mainly: blue. Hex color #153244 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153244 is #EACDBB. Grayscale: #2B2B2B. Windows color (decimal): -15388092 or 4469269. OLE color: 4469269.

HSL color Cylindrical-coordinate representation of color #153244: hue angle of 202.98º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #153244 is Cyan = 0.69, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 21 50 68 -
CMYK 0.69 0.26 0 0.73
HSL 202.98º 0.53% 0.17% -
HSV(B) 202.98º 0.69% 0.27% -
XYZ 2.49 2.86 5.89 -
YUV 43.38 141.89 112.04 -
System Red Green Blue C M Y K H S L
Decimal 21 50 68 0.69 0.26 0 0.73 202.98 0.53 0.17
Hex 15 32 44 45 1A 0 49 CB 35 11
Octal 25 62 104 105 32 0 111 313 65 21
Binary 10101 110010 1000100 1000101 11010 0 1001001 11001011 110101 10001

Color Harmonies of #153244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153244

Black with #153244

Text Example


Text Example

White with #153244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153244; }

 p { color: rgb(21,50,68); }

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

background-color css

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

 a { background-color: rgb(21,50,68); }

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

border-color css

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

 span { border-color: rgb(21,50,68); }

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