Html Css Color HEX #254254 Nile Blue

📋 copy color: '#254254'

red 37 ◦ green 66 ◦ blue 84

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

Shades of Nile Blue #254254

Tints of Nile Blue #254254

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 44.92%

R = 19.79%
G = 35.29%
B = 44.92%

CMYK

 C value IS 0.56

 M value IS 0.21

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#254254 (or 0x254254) is known color: Nile Blue. HEX triplet: 25, 42 and 54. RGB value is (37,66,84). Sum of RGB (Red+Green+Blue) = 37+66+84=187 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.79% from 187); Green value is 66 (26.17% from 255 or 35.29% from 187); Blue value is 84 (33.20% from 255 or 44.92% from 187); Max value from RGB is 84 - color contains mainly: blue. Hex color #254254 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254254 is #DABDAB. Grayscale: #3B3B3B. Windows color (decimal): -14335404 or 5521957. OLE color: 5521957.

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

Color convert

RGB 37 66 84 -
CMYK 0.56 0.21 0 0.67
HSL 202.98º 0.39% 0.24% -
HSV(B) 202.98º 0.56% 0.33% -
XYZ 4.31 4.93 9.11 -
YUV 59.38 141.89 112.04 -
System Red Green Blue C M Y K H S L
Decimal 37 66 84 0.56 0.21 0 0.67 202.98 0.39 0.24
Hex 25 42 54 38 15 0 43 CB 27 18
Octal 45 102 124 70 25 0 103 313 47 30
Binary 100101 1000010 1010100 111000 10101 0 1000011 11001011 100111 11000

Color Harmonies of #254254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254254

Black with #254254

Text Example


Text Example

White with #254254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254254; }

 p { color: rgb(37,66,84); }

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

background-color css

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

 a { background-color: rgb(37,66,84); }

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

border-color css

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

 span { border-color: rgb(37,66,84); }

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