Html Css Color HEX #15344A Blue Whale

📋 copy color: '#15344A'

red 21 ◦ green 52 ◦ blue 74

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

Shades of Blue Whale #15344A

Tints of Blue Whale #15344A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 50.34%

R = 14.29%
G = 35.37%
B = 50.34%

CMYK

 C value IS 0.72

 M value IS 0.30

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#15344A (or 0x15344A) is known color: Blue Whale. HEX triplet: 15, 34 and 4A. RGB value is (21,52,74). Sum of RGB (Red+Green+Blue) = 21+52+74=147 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.29% from 147); Green value is 52 (20.70% from 255 or 35.37% from 147); Blue value is 74 (29.30% from 255 or 50.34% from 147); Max value from RGB is 74 - color contains mainly: blue. Hex color #15344A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15344A is #EACBB5. Grayscale: #2D2D2D. Windows color (decimal): -15387574 or 4862997. OLE color: 4862997.

HSL color Cylindrical-coordinate representation of color #15344A: hue angle of 204.91º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #15344A is Cyan = 0.72, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 21 52 74 -
CMYK 0.72 0.30 0 0.71
HSL 204.91º 0.56% 0.19% -
HSV(B) 204.91º 0.72% 0.29% -
XYZ 2.77 3.11 6.93 -
YUV 45.24 144.23 110.71 -
System Red Green Blue C M Y K H S L
Decimal 21 52 74 0.72 0.30 0 0.71 204.91 0.56 0.19
Hex 15 34 4A 48 1E 0 47 CD 38 13
Octal 25 64 112 110 36 0 107 315 70 23
Binary 10101 110100 1001010 1001000 11110 0 1000111 11001101 111000 10011

Color Harmonies of #15344A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15344A

Black with #15344A

Text Example


Text Example

White with #15344A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15344A; }

 p { color: rgb(21,52,74); }

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

background-color css

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

 a { background-color: rgb(21,52,74); }

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

border-color css

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

 span { border-color: rgb(21,52,74); }

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