Html Css Color HEX #277ABA Curious Blue

📋 copy color: '#277ABA'

red 39 ◦ green 122 ◦ blue 186

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

Shades of Curious Blue #277ABA

Tints of Curious Blue #277ABA

RGB

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

 GREEN value IS 122 (48.05% from 255) = 35.16%

 BLUE value IS 186 (73.05% from 255) = 53.6%

R = 11.24%
G = 35.16%
B = 53.6%

CMYK

 C value IS 0.79

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#277ABA (or 0x277ABA) is known color: Curious Blue. HEX triplet: 27, 7A and BA. RGB value is (39,122,186). Sum of RGB (Red+Green+Blue) = 39+122+186=347 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.24% from 347); Green value is 122 (48.05% from 255 or 35.16% from 347); Blue value is 186 (73.05% from 255 or 53.60% from 347); Max value from RGB is 186 - color contains mainly: blue. Hex color #277ABA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #277ABA is #D88545. Grayscale: #686868. Windows color (decimal): -14189894 or 12220967. OLE color: 12220967.

HSL color Cylindrical-coordinate representation of color #277ABA: hue angle of 206.12º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #277ABA is Cyan = 0.79, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 39 122 186 -
CMYK 0.79 0.34 0 0.27
HSL 206.12º 0.65% 0.44% -
HSV(B) 206.12º 0.79% 0.73% -
XYZ 16.66 17.9 49.03 -
YUV 104.48 174 81.3 -
System Red Green Blue C M Y K H S L
Decimal 39 122 186 0.79 0.34 0 0.27 206.12 0.65 0.44
Hex 27 7A BA 4F 22 0 1B CE 41 2C
Octal 47 172 272 117 42 0 33 316 101 54
Binary 100111 1111010 10111010 1001111 100010 0 11011 11001110 1000001 101100

Color Harmonies of #277ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277ABA

Black with #277ABA

Text Example


Text Example

White with #277ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #277ABA; }

 p { color: rgb(39,122,186); }

 H1.HeaderClassName
 {
   color: #277ABA;
 }
 .AnyTagClassName
 {
   color: #277ABA;
 }
</style>

background-color css

<style>
 a { background-color: #277ABA; }

 a { background-color: rgb(39,122,186); }

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

border-color css

<style>
 span { border-color: #277ABA; }

 span { border-color: rgb(39,122,186); }

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