Html Css Color HEX #275283 Endeavour

📋 copy color: '#275283'

red 39 ◦ green 82 ◦ blue 131

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

Shades of Endeavour #275283

Tints of Endeavour #275283

RGB

 RED value IS 39 (15.63% from 255) = 15.48%

 GREEN value IS 82 (32.42% from 255) = 32.54%

 BLUE value IS 131 (51.56% from 255) = 51.98%

R = 15.48%
G = 32.54%
B = 51.98%

CMYK

 C value IS 0.70

 M value IS 0.37

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#275283 (or 0x275283) is known color: Endeavour. HEX triplet: 27, 52 and 83. RGB value is (39,82,131). Sum of RGB (Red+Green+Blue) = 39+82+131=252 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.48% from 252); Green value is 82 (32.42% from 255 or 32.54% from 252); Blue value is 131 (51.56% from 255 or 51.98% from 252); Max value from RGB is 131 - color contains mainly: blue. Hex color #275283 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275283 is #D8AD7C. Grayscale: #4A4A4A. Windows color (decimal): -14200189 or 8606247. OLE color: 8606247.

HSL color Cylindrical-coordinate representation of color #275283: hue angle of 211.96º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #275283 is Cyan = 0.70, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 39 82 131 -
CMYK 0.70 0.37 0 0.49
HSL 211.96º 0.54% 0.33% -
HSV(B) 211.96º 0.7% 0.51% -
XYZ 7.95 8.1 22.62 -
YUV 74.73 159.75 102.52 -
System Red Green Blue C M Y K H S L
Decimal 39 82 131 0.70 0.37 0 0.49 211.96 0.54 0.33
Hex 27 52 83 46 25 0 31 D4 36 21
Octal 47 122 203 106 45 0 61 324 66 41
Binary 100111 1010010 10000011 1000110 100101 0 110001 11010100 110110 100001

Color Harmonies of #275283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275283

Black with #275283

Text Example


Text Example

White with #275283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275283; }

 p { color: rgb(39,82,131); }

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

background-color css

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

 a { background-color: rgb(39,82,131); }

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

border-color css

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

 span { border-color: rgb(39,82,131); }

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