Html Css Color HEX #223649 Blue Whale

📋 copy color: '#223649'

red 34 ◦ green 54 ◦ blue 73

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

Shades of Blue Whale #223649

Tints of Blue Whale #223649

RGB

 RED value IS 34 (13.67% from 255) = 21.12%

 GREEN value IS 54 (21.48% from 255) = 33.54%

 BLUE value IS 73 (28.91% from 255) = 45.34%

R = 21.12%
G = 33.54%
B = 45.34%

CMYK

 C value IS 0.53

 M value IS 0.26

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#223649 (or 0x223649) is known color: Blue Whale. HEX triplet: 22, 36 and 49. RGB value is (34,54,73). Sum of RGB (Red+Green+Blue) = 34+54+73=161 (21% of max value = 765). Red value is 34 (13.67% from 255 or 21.12% from 161); Green value is 54 (21.48% from 255 or 33.54% from 161); Blue value is 73 (28.91% from 255 or 45.34% from 161); Max value from RGB is 73 - color contains mainly: blue. Hex color #223649 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223649 is #DDC9B6. Grayscale: #323232. Windows color (decimal): -14535095 or 4797986. OLE color: 4797986.

HSL color Cylindrical-coordinate representation of color #223649: hue angle of 209.23º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #223649 is Cyan = 0.53, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 34 54 73 -
CMYK 0.53 0.26 0 0.71
HSL 209.23º 0.36% 0.21% -
HSV(B) 209.23º 0.53% 0.29% -
XYZ 3.18 3.46 6.8 -
YUV 50.19 140.87 116.46 -
System Red Green Blue C M Y K H S L
Decimal 34 54 73 0.53 0.26 0 0.71 209.23 0.36 0.21
Hex 22 36 49 35 1A 0 47 D1 24 15
Octal 42 66 111 65 32 0 107 321 44 25
Binary 100010 110110 1001001 110101 11010 0 1000111 11010001 100100 10101

Color Harmonies of #223649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223649

Black with #223649

Text Example


Text Example

White with #223649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #223649; }

 p { color: rgb(34,54,73); }

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

background-color css

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

 a { background-color: rgb(34,54,73); }

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

border-color css

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

 span { border-color: rgb(34,54,73); }

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