#277DB1

Color #277DB1 Curious Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Curious Blue #277DB1

Tints of Curious Blue #277DB1

Color information

#277DB1 (or 0x277DB1) is unknown color: approx Curious Blue. HEX triplet: 27, 7D and B1. RGB value is (39,125,177). Sum of RGB (Red+Green+Blue) = 39+125+177=341 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.44% from 341); Green value is 125 (49.22% from 255 or 36.66% from 341); Blue value is 177 (69.53% from 255 or 51.91% from 341); Max value from RGB is 177 - color contains mainly: blue. Hex color #277DB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277DB1 is #D8824E. Grayscale: #686868. Windows color (decimal): -14189135 or 11631911. OLE color: 11631911.

HSL color Cylindrical-coordinate representation of color #277DB1: hue angle of 202.61º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #277DB1 is Cyan = 0.78, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB39125177-
CMYK0.780.2900.31
HSL202.61º63.89%42.35%-
HSV(B)202.61º77.97%69.41%-
XYZ16.1118.2744.27-
YUV105.21168.5180.77-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 11.44%
GREEN value IS 125 (49.22% from 255) = 36.66%
BLUE value IS 177 (69.53% from 255) = 51.91%
R=11.44%
G=36.66%
B=51.91%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal391251770.780.2900.31202.6163.8942.35
Hex277DB14E1D01Fcb402a
Octal471752611163503731310052
Binary100111111110110110001100111011101011111110010111000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,125,177); }

 H1.HeaderClassName
 {
   color: #277DB1;
 }
 .AnyTagClassName
 {
   color: #277DB1;
 }
</style>
background-color css

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

 a { background-color: rgb(39,125,177); }

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

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

 span { border-color: rgb(39,125,177); }

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