#233A3F

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

Shades of Nordic #233A3F

Tints of Nordic #233A3F

Color information

#233A3F (or 0x233A3F) is unknown color: approx Nordic. HEX triplet: 23, 3A and 3F. RGB value is (35,58,63). Sum of RGB (Red+Green+Blue) = 35+58+63=156 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.44% from 156); Green value is 58 (23.05% from 255 or 37.18% from 156); Blue value is 63 (25% from 255 or 40.38% from 156); Max value from RGB is 63 - color contains mainly: blue. Hex color #233A3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233A3F is #DCC5C0. Grayscale: #333333. Windows color (decimal): -14468545 or 4143651. OLE color: 4143651.

HSL color Cylindrical-coordinate representation of color #233A3F: hue angle of 190.71º degrees, saturation: 0.29, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #233A3F is Cyan = 0.44, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB355863-
CMYK0.440.0800.75
HSL190.71º28.57%19.22%-
HSV(B)190.71º44.44%24.71%-
XYZ3.13.745.26-
YUV51.69134.38116.09-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 22.44%
GREEN value IS 58 (23.05% from 255) = 37.18%
BLUE value IS 63 (25% from 255) = 40.38%
R=22.44%
G=37.18%
B=40.38%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3558630.440.0800.75190.7128.5719.22
Hex233A3F2C804Bbf1d13
Octal437277541001132773523
Binary100011111010111111101100100001001011101111111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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