Html Css Color HEX #234253 Nile Blue

📋 copy color: '#234253'

red 35 ◦ green 66 ◦ blue 83

#234253
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nile Blue #234253

Tints of Nile Blue #234253

RGB

 RED value IS 35 (14.06% from 255) = 19.02%

 GREEN value IS 66 (26.17% from 255) = 35.87%

 BLUE value IS 83 (32.81% from 255) = 45.11%

R = 19.02%
G = 35.87%
B = 45.11%

CMYK

 C value IS 0.58

 M value IS 0.20

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#234253 (or 0x234253) is known color: Nile Blue. HEX triplet: 23, 42 and 53. RGB value is (35,66,83). Sum of RGB (Red+Green+Blue) = 35+66+83=184 (24% of max value = 765). Red value is 35 (14.06% from 255 or 19.02% from 184); Green value is 66 (26.17% from 255 or 35.87% from 184); Blue value is 83 (32.81% from 255 or 45.11% from 184); Max value from RGB is 83 - color contains mainly: blue. Hex color #234253 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234253 is #DCBDAC. Grayscale: #3A3A3A. Windows color (decimal): -14466477 or 5456419. OLE color: 5456419.

HSL color Cylindrical-coordinate representation of color #234253: hue angle of 201.25º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #234253 is Cyan = 0.58, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 35 66 83 -
CMYK 0.58 0.20 0 0.67
HSL 201.25º 0.41% 0.23% -
HSV(B) 201.25º 0.58% 0.33% -
XYZ 4.2 4.88 8.9 -
YUV 58.67 141.73 111.12 -
System Red Green Blue C M Y K H S L
Decimal 35 66 83 0.58 0.20 0 0.67 201.25 0.41 0.23
Hex 23 42 53 3A 14 0 43 C9 29 17
Octal 43 102 123 72 24 0 103 311 51 27
Binary 100011 1000010 1010011 111010 10100 0 1000011 11001001 101001 10111

Color Harmonies of #234253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234253

Black with #234253

Text Example


Text Example

White with #234253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #234253; }

 p { color: rgb(35,66,83); }

 H1.HeaderClassName
 {
   color: #234253;
 }
 .AnyTagClassName
 {
   color: #234253;
 }
</style>

background-color css

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

 a { background-color: rgb(35,66,83); }

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

border-color css

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

 span { border-color: rgb(35,66,83); }

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