Html Css Color HEX #255390 Endeavour

📋 copy color: '#255390'

red 37 ◦ green 83 ◦ blue 144

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

Shades of Endeavour #255390

Tints of Endeavour #255390

RGB

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

 GREEN value IS 83 (32.81% from 255) = 31.44%

 BLUE value IS 144 (56.64% from 255) = 54.55%

R = 14.02%
G = 31.44%
B = 54.55%

CMYK

 C value IS 0.74

 M value IS 0.42

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#255390 (or 0x255390) is known color: Endeavour. HEX triplet: 25, 53 and 90. RGB value is (37,83,144). Sum of RGB (Red+Green+Blue) = 37+83+144=264 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.02% from 264); Green value is 83 (32.81% from 255 or 31.44% from 264); Blue value is 144 (56.64% from 255 or 54.55% from 264); Max value from RGB is 144 - color contains mainly: blue. Hex color #255390 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255390 is #DAAC6F. Grayscale: #4B4B4B. Windows color (decimal): -14330992 or 9458469. OLE color: 9458469.

HSL color Cylindrical-coordinate representation of color #255390: hue angle of 214.21º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #255390 is Cyan = 0.74, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 37 83 144 -
CMYK 0.74 0.42 0 0.44
HSL 214.21º 0.59% 0.35% -
HSV(B) 214.21º 0.74% 0.56% -
XYZ 8.89 8.59 27.58 -
YUV 76.2 166.26 100.04 -
System Red Green Blue C M Y K H S L
Decimal 37 83 144 0.74 0.42 0 0.44 214.21 0.59 0.35
Hex 25 53 90 4A 2A 0 2C D6 3B 23
Octal 45 123 220 112 52 0 54 326 73 43
Binary 100101 1010011 10010000 1001010 101010 0 101100 11010110 111011 100011

Color Harmonies of #255390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255390

Black with #255390

Text Example


Text Example

White with #255390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255390; }

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

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

background-color css

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

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

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

border-color css

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

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

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