Html Css Color HEX #15323D Blue Whale

📋 copy color: '#15323D'

red 21 ◦ green 50 ◦ blue 61

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

Shades of Blue Whale #15323D

Tints of Blue Whale #15323D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 46.21%

R = 15.91%
G = 37.88%
B = 46.21%

CMYK

 C value IS 0.66

 M value IS 0.18

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#15323D (or 0x15323D) is known color: Blue Whale. HEX triplet: 15, 32 and 3D. RGB value is (21,50,61). Sum of RGB (Red+Green+Blue) = 21+50+61=132 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.91% from 132); Green value is 50 (19.92% from 255 or 37.88% from 132); Blue value is 61 (24.22% from 255 or 46.21% from 132); Max value from RGB is 61 - color contains mainly: blue. Hex color #15323D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15323D is #EACDC2. Grayscale: #2A2A2A. Windows color (decimal): -15388099 or 4010517. OLE color: 4010517.

HSL color Cylindrical-coordinate representation of color #15323D: hue angle of 196.5º degrees, saturation: 0.49, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #15323D is Cyan = 0.66, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 21 50 61 -
CMYK 0.66 0.18 0 0.76
HSL 196.5º 0.49% 0.16% -
HSV(B) 196.5º 0.66% 0.24% -
XYZ 2.29 2.78 4.83 -
YUV 42.58 138.39 112.61 -
System Red Green Blue C M Y K H S L
Decimal 21 50 61 0.66 0.18 0 0.76 196.5 0.49 0.16
Hex 15 32 3D 42 12 0 4C C4 31 10
Octal 25 62 75 102 22 0 114 304 61 20
Binary 10101 110010 111101 1000010 10010 0 1001100 11000100 110001 10000

Color Harmonies of #15323D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15323D

Black with #15323D

Text Example


Text Example

White with #15323D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15323D; }

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

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

background-color css

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

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

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

border-color css

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

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

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