#233441

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

Shades of Blue Whale #233441

Tints of Blue Whale #233441

Color information

#233441 (or 0x233441) is unknown color: approx Blue Whale. HEX triplet: 23, 34 and 41. RGB value is (35,52,65). Sum of RGB (Red+Green+Blue) = 35+52+65=152 (20% of max value = 765). Red value is 35 (14.06% from 255 or 23.03% from 152); Green value is 52 (20.70% from 255 or 34.21% from 152); Blue value is 65 (25.78% from 255 or 42.76% from 152); Max value from RGB is 65 - color contains mainly: blue. Hex color #233441 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233441 is #DCCBBE. Grayscale: #303030. Windows color (decimal): -14470079 or 4273187. OLE color: 4273187.

HSL color Cylindrical-coordinate representation of color #233441: hue angle of 206º degrees, saturation: 0.3, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #233441 is Cyan = 0.46, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB355265-
CMYK0.460.2000.75
HSL206º30%19.61%-
HSV(B)206º46.15%25.49%-
XYZ2.883.195.47-
YUV48.4137.37118.44-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 23.03%
GREEN value IS 52 (20.70% from 255) = 34.21%
BLUE value IS 65 (25.78% from 255) = 42.76%
R=23.03%
G=34.21%
B=42.76%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3552650.460.2000.752063019.61
Hex2334412E1404Bce1e14
Octal4364101562401133163624
Binary10001111010010000011011101010001001011110011101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #233441; }

 p { color: rgb(35,52,65); }

 H1.HeaderClassName
 {
   color: #233441;
 }
 .AnyTagClassName
 {
   color: #233441;
 }
</style>
background-color css

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

 a { background-color: rgb(35,52,65); }

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

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

 span { border-color: rgb(35,52,65); }

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