Html Css Color HEX #275C97 Endeavour

📋 copy color: '#275C97'

red 39 ◦ green 92 ◦ blue 151

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

Shades of Endeavour #275C97

Tints of Endeavour #275C97

RGB

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

 GREEN value IS 92 (36.33% from 255) = 32.62%

 BLUE value IS 151 (59.38% from 255) = 53.55%

R = 13.83%
G = 32.62%
B = 53.55%

CMYK

 C value IS 0.74

 M value IS 0.39

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#275C97 (or 0x275C97) is known color: Endeavour. HEX triplet: 27, 5C and 97. RGB value is (39,92,151). Sum of RGB (Red+Green+Blue) = 39+92+151=282 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.83% from 282); Green value is 92 (36.33% from 255 or 32.62% from 282); Blue value is 151 (59.38% from 255 or 53.55% from 282); Max value from RGB is 151 - color contains mainly: blue. Hex color #275C97 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275C97 is #D8A368. Grayscale: #525252. Windows color (decimal): -14197609 or 9919527. OLE color: 9919527.

HSL color Cylindrical-coordinate representation of color #275C97: hue angle of 211.61º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #275C97 is Cyan = 0.74, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 39 92 151 -
CMYK 0.74 0.39 0 0.41
HSL 211.61º 0.59% 0.37% -
HSV(B) 211.61º 0.74% 0.59% -
XYZ 10.25 10.32 30.73 -
YUV 82.88 166.44 96.7 -
System Red Green Blue C M Y K H S L
Decimal 39 92 151 0.74 0.39 0 0.41 211.61 0.59 0.37
Hex 27 5C 97 4A 27 0 29 D4 3B 25
Octal 47 134 227 112 47 0 51 324 73 45
Binary 100111 1011100 10010111 1001010 100111 0 101001 11010100 111011 100101

Color Harmonies of #275C97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275C97

Black with #275C97

Text Example


Text Example

White with #275C97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275C97; }

 p { color: rgb(39,92,151); }

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

background-color css

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

 a { background-color: rgb(39,92,151); }

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

border-color css

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

 span { border-color: rgb(39,92,151); }

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