#233A4B

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

Shades of Nile Blue #233A4B

Tints of Nile Blue #233A4B

Color information

#233A4B (or 0x233A4B) is unknown color: approx Nile Blue. HEX triplet: 23, 3A and 4B. RGB value is (35,58,75). Sum of RGB (Red+Green+Blue) = 35+58+75=168 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.83% from 168); Green value is 58 (23.05% from 255 or 34.52% from 168); Blue value is 75 (29.69% from 255 or 44.64% from 168); Max value from RGB is 75 - color contains mainly: blue. Hex color #233A4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233A4B is #DCC5B4. Grayscale: #343434. Windows color (decimal): -14468533 or 4930083. OLE color: 4930083.

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

Color convert

RGB355875-
CMYK0.530.2300.71
HSL205.5º36.36%21.57%-
HSV(B)205.5º53.33%29.41%-
XYZ3.483.897.22-
YUV53.06140.38115.12-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 20.83%
GREEN value IS 58 (23.05% from 255) = 34.52%
BLUE value IS 75 (29.69% from 255) = 44.64%
R=20.83%
G=34.52%
B=44.64%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3558750.530.2300.71205.536.3621.57
Hex233A4B3517047ce2416
Octal4372113652701073164426
Binary100011111010100101111010110111010001111100111010010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #233A4B; }

 p { color: rgb(35,58,75); }

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

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

 a { background-color: rgb(35,58,75); }

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

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

 span { border-color: rgb(35,58,75); }

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