Html Css Color HEX #275E8C Endeavour

📋 copy color: '#275E8C'

red 39 ◦ green 94 ◦ blue 140

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

Shades of Endeavour #275E8C

Tints of Endeavour #275E8C

RGB

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

 GREEN value IS 94 (37.11% from 255) = 34.43%

 BLUE value IS 140 (55.08% from 255) = 51.28%

R = 14.29%
G = 34.43%
B = 51.28%

CMYK

 C value IS 0.72

 M value IS 0.33

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#275E8C (or 0x275E8C) is known color: Endeavour. HEX triplet: 27, 5E and 8C. RGB value is (39,94,140). Sum of RGB (Red+Green+Blue) = 39+94+140=273 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.29% from 273); Green value is 94 (37.11% from 255 or 34.43% from 273); Blue value is 140 (55.08% from 255 or 51.28% from 273); Max value from RGB is 140 - color contains mainly: blue. Hex color #275E8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275E8C is #D8A173. Grayscale: #525252. Windows color (decimal): -14197108 or 9199143. OLE color: 9199143.

HSL color Cylindrical-coordinate representation of color #275E8C: hue angle of 207.33º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #275E8C is Cyan = 0.72, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 39 94 140 -
CMYK 0.72 0.33 0 0.45
HSL 207.33º 0.56% 0.35% -
HSV(B) 207.33º 0.72% 0.55% -
XYZ 9.57 10.33 26.3 -
YUV 82.8 160.28 96.76 -
System Red Green Blue C M Y K H S L
Decimal 39 94 140 0.72 0.33 0 0.45 207.33 0.56 0.35
Hex 27 5E 8C 48 21 0 2D CF 38 23
Octal 47 136 214 110 41 0 55 317 70 43
Binary 100111 1011110 10001100 1001000 100001 0 101101 11001111 111000 100011

Color Harmonies of #275E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275E8C

Black with #275E8C

Text Example


Text Example

White with #275E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,94,140); }

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

background-color css

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

 a { background-color: rgb(39,94,140); }

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

border-color css

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

 span { border-color: rgb(39,94,140); }

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