#275BB1

Color #275BB1 Cerulean Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean Blue #275BB1

Tints of Cerulean Blue #275BB1

Color information

#275BB1 (or 0x275BB1) is unknown color: approx Cerulean Blue. HEX triplet: 27, 5B and B1. RGB value is (39,91,177). Sum of RGB (Red+Green+Blue) = 39+91+177=307 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.70% from 307); Green value is 91 (35.94% from 255 or 29.64% from 307); Blue value is 177 (69.53% from 255 or 57.65% from 307); Max value from RGB is 177 - color contains mainly: blue. Hex color #275BB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275BB1 is #D8A44E. Grayscale: #545454. Windows color (decimal): -14197839 or 11623207. OLE color: 11623207.

HSL color Cylindrical-coordinate representation of color #275BB1: hue angle of 217.39º 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 #275BB1 is Cyan = 0.78, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB3991177-
CMYK0.780.4900.31
HSL217.39º63.89%42.35%-
HSV(B)217.39º77.97%69.41%-
XYZ12.5111.0943.08-
YUV85.26179.7795.01-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.70%
GREEN value IS 91 (35.94% from 255) = 29.64%
BLUE value IS 177 (69.53% from 255) = 57.65%
R=12.70%
G=29.64%
B=57.65%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal39911770.780.4900.31217.3963.8942.35
Hex275BB14E3101Fd9402a
Octal471332611166103733110052
Binary1001111011011101100011001110110001011111110110011000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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