Html Css Color HEX #23384C Nile Blue

📋 copy color: '#23384C'

red 35 ◦ green 56 ◦ blue 76

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

Shades of Nile Blue #23384C

Tints of Nile Blue #23384C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 33.53%

 BLUE value IS 76 (30.08% from 255) = 45.51%

R = 20.96%
G = 33.53%
B = 45.51%

CMYK

 C value IS 0.54

 M value IS 0.26

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#23384C (or 0x23384C) is known color: Nile Blue. HEX triplet: 23, 38 and 4C. RGB value is (35,56,76). Sum of RGB (Red+Green+Blue) = 35+56+76=167 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.96% from 167); Green value is 56 (22.27% from 255 or 33.53% from 167); Blue value is 76 (30.08% from 255 or 45.51% from 167); Max value from RGB is 76 - color contains mainly: blue. Hex color #23384C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23384C is #DCC7B3. Grayscale: #333333. Windows color (decimal): -14469044 or 4995107. OLE color: 4995107.

HSL color Cylindrical-coordinate representation of color #23384C: hue angle of 209.27º degrees, saturation: 0.37, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #23384C is Cyan = 0.54, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 35 56 76 -
CMYK 0.54 0.26 0 0.70
HSL 209.27º 0.37% 0.22% -
HSV(B) 209.27º 0.54% 0.3% -
XYZ 3.41 3.71 7.37 -
YUV 52 141.54 115.87 -
System Red Green Blue C M Y K H S L
Decimal 35 56 76 0.54 0.26 0 0.70 209.27 0.37 0.22
Hex 23 38 4C 36 1A 0 46 D1 25 16
Octal 43 70 114 66 32 0 106 321 45 26
Binary 100011 111000 1001100 110110 11010 0 1000110 11010001 100101 10110

Color Harmonies of #23384C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23384C

Black with #23384C

Text Example


Text Example

White with #23384C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23384C; }

 p { color: rgb(35,56,76); }

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

background-color css

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

 a { background-color: rgb(35,56,76); }

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

border-color css

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

 span { border-color: rgb(35,56,76); }

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