#233B3D

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

Shades of Nordic #233B3D

Tints of Nordic #233B3D

Color information

#233B3D (or 0x233B3D) is unknown color: approx Nordic. HEX triplet: 23, 3B and 3D. RGB value is (35,59,61). Sum of RGB (Red+Green+Blue) = 35+59+61=155 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.58% from 155); Green value is 59 (23.44% from 255 or 38.06% from 155); Blue value is 61 (24.22% from 255 or 39.35% from 155); Max value from RGB is 61 - color contains mainly: blue. Hex color #233B3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233B3D is #DCC4C2. Grayscale: #343434. Windows color (decimal): -14468291 or 4012835. OLE color: 4012835.

HSL color Cylindrical-coordinate representation of color #233B3D: hue angle of 184.62º degrees, saturation: 0.27, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #233B3D is Cyan = 0.43, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB355961-
CMYK0.430.0300.76
HSL184.62º27.08%18.82%-
HSV(B)184.62º42.62%23.92%-
XYZ3.13.824.99-
YUV52.05133.05115.84-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 22.58%
GREEN value IS 59 (23.44% from 255) = 38.06%
BLUE value IS 61 (24.22% from 255) = 39.35%
R=22.58%
G=38.06%
B=39.35%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3559610.430.0300.76184.6227.0818.82
Hex233B3D2B304Cb91b13
Octal43737553301142713323
Binary1000111110111111011010111101001100101110011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,59,61); }

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

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

 a { background-color: rgb(35,59,61); }

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

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

 span { border-color: rgb(35,59,61); }

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