Html Css Color HEX #223B4F Nile Blue

📋 copy color: '#223B4F'

red 34 ◦ green 59 ◦ blue 79

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

Shades of Nile Blue #223B4F

Tints of Nile Blue #223B4F

RGB

 RED value IS 34 (13.67% from 255) = 19.77%

 GREEN value IS 59 (23.44% from 255) = 34.3%

 BLUE value IS 79 (31.25% from 255) = 45.93%

R = 19.77%
G = 34.3%
B = 45.93%

CMYK

 C value IS 0.57

 M value IS 0.25

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#223B4F (or 0x223B4F) is known color: Nile Blue. HEX triplet: 22, 3B and 4F. RGB value is (34,59,79). Sum of RGB (Red+Green+Blue) = 34+59+79=172 (22% of max value = 765). Red value is 34 (13.67% from 255 or 19.77% from 172); Green value is 59 (23.44% from 255 or 34.30% from 172); Blue value is 79 (31.25% from 255 or 45.93% from 172); Max value from RGB is 79 - color contains mainly: blue. Hex color #223B4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223B4F is #DDC4B0. Grayscale: #353535. Windows color (decimal): -14533809 or 5192482. OLE color: 5192482.

HSL color Cylindrical-coordinate representation of color #223B4F: hue angle of 206.67º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #223B4F is Cyan = 0.57, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 34 59 79 -
CMYK 0.57 0.25 0 0.69
HSL 206.67º 0.4% 0.22% -
HSV(B) 206.67º 0.57% 0.31% -
XYZ 3.63 4.03 7.98 -
YUV 53.81 142.22 113.87 -
System Red Green Blue C M Y K H S L
Decimal 34 59 79 0.57 0.25 0 0.69 206.67 0.4 0.22
Hex 22 3B 4F 39 19 0 45 CF 28 16
Octal 42 73 117 71 31 0 105 317 50 26
Binary 100010 111011 1001111 111001 11001 0 1000101 11001111 101000 10110

Color Harmonies of #223B4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223B4F

Black with #223B4F

Text Example


Text Example

White with #223B4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #223B4F; }

 p { color: rgb(34,59,79); }

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

background-color css

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

 a { background-color: rgb(34,59,79); }

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

border-color css

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

 span { border-color: rgb(34,59,79); }

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