Html Css Color HEX #254353 Nile Blue

📋 copy color: '#254353'

red 37 ◦ green 67 ◦ blue 83

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

Shades of Nile Blue #254353

Tints of Nile Blue #254353

RGB

 RED value IS 37 (14.84% from 255) = 19.79%

 GREEN value IS 67 (26.56% from 255) = 35.83%

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

R = 19.79%
G = 35.83%
B = 44.39%

CMYK

 C value IS 0.55

 M value IS 0.19

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#254353 (or 0x254353) is known color: Nile Blue. HEX triplet: 25, 43 and 53. RGB value is (37,67,83). Sum of RGB (Red+Green+Blue) = 37+67+83=187 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.79% from 187); Green value is 67 (26.56% from 255 or 35.83% from 187); Blue value is 83 (32.81% from 255 or 44.39% from 187); Max value from RGB is 83 - color contains mainly: blue. Hex color #254353 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254353 is #DABCAC. Grayscale: #3B3B3B. Windows color (decimal): -14335149 or 5456677. OLE color: 5456677.

HSL color Cylindrical-coordinate representation of color #254353: hue angle of 200.87º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #254353 is Cyan = 0.55, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 37 67 83 -
CMYK 0.55 0.19 0 0.67
HSL 200.87º 0.38% 0.24% -
HSV(B) 200.87º 0.55% 0.33% -
XYZ 4.33 5.03 8.93 -
YUV 59.85 141.06 111.7 -
System Red Green Blue C M Y K H S L
Decimal 37 67 83 0.55 0.19 0 0.67 200.87 0.38 0.24
Hex 25 43 53 37 13 0 43 C9 26 18
Octal 45 103 123 67 23 0 103 311 46 30
Binary 100101 1000011 1010011 110111 10011 0 1000011 11001001 100110 11000

Color Harmonies of #254353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254353

Black with #254353

Text Example


Text Example

White with #254353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254353; }

 p { color: rgb(37,67,83); }

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

background-color css

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

 a { background-color: rgb(37,67,83); }

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

border-color css

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

 span { border-color: rgb(37,67,83); }

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