Html Css Color HEX #275D9C Endeavour

📋 copy color: '#275D9C'

red 39 ◦ green 93 ◦ blue 156

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

Shades of Endeavour #275D9C

Tints of Endeavour #275D9C

RGB

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

 GREEN value IS 93 (36.72% from 255) = 32.29%

 BLUE value IS 156 (61.33% from 255) = 54.17%

R = 13.54%
G = 32.29%
B = 54.17%

CMYK

 C value IS 0.75

 M value IS 0.40

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#275D9C (or 0x275D9C) is known color: Endeavour. HEX triplet: 27, 5D and 9C. RGB value is (39,93,156). Sum of RGB (Red+Green+Blue) = 39+93+156=288 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.54% from 288); Green value is 93 (36.72% from 255 or 32.29% from 288); Blue value is 156 (61.33% from 255 or 54.17% from 288); Max value from RGB is 156 - color contains mainly: blue. Hex color #275D9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275D9C is #D8A263. Grayscale: #535353. Windows color (decimal): -14197348 or 10247463. OLE color: 10247463.

HSL color Cylindrical-coordinate representation of color #275D9C: hue angle of 212.31º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #275D9C is Cyan = 0.75, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 39 93 156 -
CMYK 0.75 0.40 0 0.39
HSL 212.31º 0.6% 0.38% -
HSV(B) 212.31º 0.75% 0.61% -
XYZ 10.75 10.66 32.94 -
YUV 84.04 168.61 95.88 -
System Red Green Blue C M Y K H S L
Decimal 39 93 156 0.75 0.40 0 0.39 212.31 0.6 0.38
Hex 27 5D 9C 4B 28 0 27 D4 3C 26
Octal 47 135 234 113 50 0 47 324 74 46
Binary 100111 1011101 10011100 1001011 101000 0 100111 11010100 111100 100110

Color Harmonies of #275D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275D9C

Black with #275D9C

Text Example


Text Example

White with #275D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,93,156); }

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

background-color css

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

 a { background-color: rgb(39,93,156); }

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

border-color css

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

 span { border-color: rgb(39,93,156); }

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