Html Css Color HEX #153348 Blue Whale

📋 copy color: '#153348'

red 21 ◦ green 51 ◦ blue 72

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

Shades of Blue Whale #153348

Tints of Blue Whale #153348

RGB

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

 GREEN value IS 51 (20.31% from 255) = 35.42%

 BLUE value IS 72 (28.52% from 255) = 50%

R = 14.58%
G = 35.42%
B = 50%

CMYK

 C value IS 0.71

 M value IS 0.29

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#153348 (or 0x153348) is known color: Blue Whale. HEX triplet: 15, 33 and 48. RGB value is (21,51,72). Sum of RGB (Red+Green+Blue) = 21+51+72=144 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.58% from 144); Green value is 51 (20.31% from 255 or 35.42% from 144); Blue value is 72 (28.52% from 255 or 50% from 144); Max value from RGB is 72 - color contains mainly: blue. Hex color #153348 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153348 is #EACCB7. Grayscale: #2C2C2C. Windows color (decimal): -15387832 or 4731669. OLE color: 4731669.

HSL color Cylindrical-coordinate representation of color #153348: hue angle of 204.71º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #153348 is Cyan = 0.71, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 21 51 72 -
CMYK 0.71 0.29 0 0.72
HSL 204.71º 0.55% 0.18% -
HSV(B) 204.71º 0.71% 0.28% -
XYZ 2.66 2.99 6.57 -
YUV 44.42 143.56 111.29 -
System Red Green Blue C M Y K H S L
Decimal 21 51 72 0.71 0.29 0 0.72 204.71 0.55 0.18
Hex 15 33 48 47 1D 0 48 CD 37 12
Octal 25 63 110 107 35 0 110 315 67 22
Binary 10101 110011 1001000 1000111 11101 0 1001000 11001101 110111 10010

Color Harmonies of #153348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153348

Black with #153348

Text Example


Text Example

White with #153348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153348; }

 p { color: rgb(21,51,72); }

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

background-color css

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

 a { background-color: rgb(21,51,72); }

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

border-color css

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

 span { border-color: rgb(21,51,72); }

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