Html Css Color HEX #233F4E Nile Blue

📋 copy color: '#233F4E'

red 35 ◦ green 63 ◦ blue 78

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

Shades of Nile Blue #233F4E

Tints of Nile Blue #233F4E

RGB

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

 GREEN value IS 63 (25% from 255) = 35.8%

 BLUE value IS 78 (30.86% from 255) = 44.32%

R = 19.89%
G = 35.8%
B = 44.32%

CMYK

 C value IS 0.55

 M value IS 0.19

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#233F4E (or 0x233F4E) is known color: Nile Blue. HEX triplet: 23, 3F and 4E. RGB value is (35,63,78). Sum of RGB (Red+Green+Blue) = 35+63+78=176 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.89% from 176); Green value is 63 (25% from 255 or 35.80% from 176); Blue value is 78 (30.86% from 255 or 44.32% from 176); Max value from RGB is 78 - color contains mainly: blue. Hex color #233F4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233F4E is #DCC0B1. Grayscale: #383838. Windows color (decimal): -14467250 or 5127971. OLE color: 5127971.

HSL color Cylindrical-coordinate representation of color #233F4E: hue angle of 200.93º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #233F4E is Cyan = 0.55, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 35 63 78 -
CMYK 0.55 0.19 0 0.69
HSL 200.93º 0.38% 0.22% -
HSV(B) 200.93º 0.55% 0.31% -
XYZ 3.85 4.46 7.87 -
YUV 56.34 140.22 112.78 -
System Red Green Blue C M Y K H S L
Decimal 35 63 78 0.55 0.19 0 0.69 200.93 0.38 0.22
Hex 23 3F 4E 37 13 0 45 C9 26 16
Octal 43 77 116 67 23 0 105 311 46 26
Binary 100011 111111 1001110 110111 10011 0 1000101 11001001 100110 10110

Color Harmonies of #233F4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233F4E

Black with #233F4E

Text Example


Text Example

White with #233F4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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