Html Css Color HEX #275A8C Endeavour

📋 copy color: '#275A8C'

red 39 ◦ green 90 ◦ blue 140

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

Shades of Endeavour #275A8C

Tints of Endeavour #275A8C

RGB

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

 GREEN value IS 90 (35.55% from 255) = 33.46%

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

R = 14.5%
G = 33.46%
B = 52.04%

CMYK

 C value IS 0.72

 M value IS 0.36

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#275A8C (or 0x275A8C) is known color: Endeavour. HEX triplet: 27, 5A and 8C. RGB value is (39,90,140). Sum of RGB (Red+Green+Blue) = 39+90+140=269 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.50% from 269); Green value is 90 (35.55% from 255 or 33.46% from 269); Blue value is 140 (55.08% from 255 or 52.04% from 269); Max value from RGB is 140 - color contains mainly: blue. Hex color #275A8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275A8C is #D8A573. Grayscale: #505050. Windows color (decimal): -14198132 or 9198119. OLE color: 9198119.

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

Color convert

RGB 39 90 140 -
CMYK 0.72 0.36 0 0.45
HSL 209.7º 0.56% 0.35% -
HSV(B) 209.7º 0.72% 0.55% -
XYZ 9.23 9.64 26.18 -
YUV 80.45 161.6 98.43 -
System Red Green Blue C M Y K H S L
Decimal 39 90 140 0.72 0.36 0 0.45 209.7 0.56 0.35
Hex 27 5A 8C 48 24 0 2D D2 38 23
Octal 47 132 214 110 44 0 55 322 70 43
Binary 100111 1011010 10001100 1001000 100100 0 101101 11010010 111000 100011

Color Harmonies of #275A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275A8C

Black with #275A8C

Text Example


Text Example

White with #275A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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