Html Css Color HEX #23374A Blue Whale

📋 copy color: '#23374A'

red 35 ◦ green 55 ◦ blue 74

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

Shades of Blue Whale #23374A

Tints of Blue Whale #23374A

RGB

 RED value IS 35 (14.06% from 255) = 21.34%

 GREEN value IS 55 (21.88% from 255) = 33.54%

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

R = 21.34%
G = 33.54%
B = 45.12%

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

#23374A (or 0x23374A) is known color: Blue Whale. HEX triplet: 23, 37 and 4A. RGB value is (35,55,74). Sum of RGB (Red+Green+Blue) = 35+55+74=164 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.34% from 164); Green value is 55 (21.88% from 255 or 33.54% from 164); Blue value is 74 (29.30% from 255 or 45.12% from 164); Max value from RGB is 74 - color contains mainly: blue. Hex color #23374A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23374A is #DCC8B5. Grayscale: #333333. Windows color (decimal): -14469302 or 4863779. OLE color: 4863779.

HSL color Cylindrical-coordinate representation of color #23374A: 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 #23374A is Cyan = 0.53, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 35 55 74 -
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.3 3.58 7 -
YUV 51.19 140.87 116.46 -
System Red Green Blue C M Y K H S L
Decimal 35 55 74 0.53 0.26 0 0.71 209.23 0.36 0.21
Hex 23 37 4A 35 1A 0 47 D1 24 15
Octal 43 67 112 65 32 0 107 321 44 25
Binary 100011 110111 1001010 110101 11010 0 1000111 11010001 100100 10101

Color Harmonies of #23374A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23374A

Black with #23374A

Text Example


Text Example

White with #23374A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,55,74); }

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

background-color css

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

 a { background-color: rgb(35,55,74); }

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

border-color css

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

 span { border-color: rgb(35,55,74); }

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