#23374A

Color #23374A Blue Whale (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Whale #23374A

Tints of Blue Whale #23374A

Color information

#23374A (or 0x23374A) is unknown color: approx 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

RGB355574-
CMYK0.530.2600.71
HSL209.23º35.78%21.37%-
HSV(B)209.23º52.7%29.02%-
XYZ3.33.587-
YUV51.19140.87116.46-

RGB Variations

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

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.30% from 255) = 45.12%
R=21.34%
G=33.54%
B=45.12%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3555740.530.2600.71209.2335.7821.37
Hex23374A351A047d12415
Octal4367112653201073214425
Binary100011110111100101011010111010010001111101000110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23374A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>