Html Css Color HEX #254252 Nile Blue

📋 copy color: '#254252'

red 37 ◦ green 66 ◦ blue 82

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

Shades of Nile Blue #254252

Tints of Nile Blue #254252

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 44.32%

R = 20%
G = 35.68%
B = 44.32%

CMYK

 C value IS 0.55

 M value IS 0.20

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#254252 (or 0x254252) is known color: Nile Blue. HEX triplet: 25, 42 and 52. RGB value is (37,66,82). Sum of RGB (Red+Green+Blue) = 37+66+82=185 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20% from 185); Green value is 66 (26.17% from 255 or 35.68% from 185); Blue value is 82 (32.42% from 255 or 44.32% from 185); Max value from RGB is 82 - color contains mainly: blue. Hex color #254252 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254252 is #DABDAD. Grayscale: #3B3B3B. Windows color (decimal): -14335406 or 5390885. OLE color: 5390885.

HSL color Cylindrical-coordinate representation of color #254252: hue angle of 201.33º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #254252 is Cyan = 0.55, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 37 66 82 -
CMYK 0.55 0.20 0 0.68
HSL 201.33º 0.38% 0.23% -
HSV(B) 201.33º 0.55% 0.32% -
XYZ 4.23 4.9 8.71 -
YUV 59.15 140.89 112.2 -
System Red Green Blue C M Y K H S L
Decimal 37 66 82 0.55 0.20 0 0.68 201.33 0.38 0.23
Hex 25 42 52 37 14 0 44 C9 26 17
Octal 45 102 122 67 24 0 104 311 46 27
Binary 100101 1000010 1010010 110111 10100 0 1000100 11001001 100110 10111

Color Harmonies of #254252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254252

Black with #254252

Text Example


Text Example

White with #254252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254252; }

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

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

background-color css

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

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

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

border-color css

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

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

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