Html Css Color HEX #275E8B Endeavour

📋 copy color: '#275E8B'

red 39 ◦ green 94 ◦ blue 139

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

Shades of Endeavour #275E8B

Tints of Endeavour #275E8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 51.1%

R = 14.34%
G = 34.56%
B = 51.1%

CMYK

 C value IS 0.72

 M value IS 0.32

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#275E8B (or 0x275E8B) is known color: Endeavour. HEX triplet: 27, 5E and 8B. RGB value is (39,94,139). Sum of RGB (Red+Green+Blue) = 39+94+139=272 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.34% from 272); Green value is 94 (37.11% from 255 or 34.56% from 272); Blue value is 139 (54.69% from 255 or 51.10% from 272); Max value from RGB is 139 - color contains mainly: blue. Hex color #275E8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275E8B is #D8A174. Grayscale: #525252. Windows color (decimal): -14197109 or 9133607. OLE color: 9133607.

HSL color Cylindrical-coordinate representation of color #275E8B: hue angle of 207º 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 #275E8B is Cyan = 0.72, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 39 94 139 -
CMYK 0.72 0.32 0 0.45
HSL 207º 0.56% 0.35% -
HSV(B) 207º 0.72% 0.55% -
XYZ 9.5 10.3 25.91 -
YUV 82.69 159.78 96.84 -
System Red Green Blue C M Y K H S L
Decimal 39 94 139 0.72 0.32 0 0.45 207 0.56 0.35
Hex 27 5E 8B 48 20 0 2D CF 38 23
Octal 47 136 213 110 40 0 55 317 70 43
Binary 100111 1011110 10001011 1001000 100000 0 101101 11001111 111000 100011

Color Harmonies of #275E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275E8B

Black with #275E8B

Text Example


Text Example

White with #275E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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