#275ebb

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

Shades of Cerulean Blue #275EBB

Tints of Cerulean Blue #275EBB

Color information

#275EBB (or 0x275EBB) is unknown color: approx Cerulean Blue. HEX triplet: 27, 5E and BB. RGB value is (39,94,187). Sum of RGB (Red+Green+Blue) = 39+94+187=320 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.19% from 320); Green value is 94 (37.11% from 255 or 29.38% from 320); Blue value is 187 (73.44% from 255 or 58.44% from 320); Max value from RGB is 187 - color contains mainly: blue. Hex color #275EBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #275EBB is #D8A144. Grayscale: #575757. Windows color (decimal): -14197061 or 12279335. OLE color: 12279335.

HSL color Cylindrical-coordinate representation of color #275EBB: hue angle of 217.7º 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 #275EBB is Cyan = 0.79, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB3994187-
CMYK0.790.5000.27
HSL217.7º65.49%44.31%-
HSV(B)217.7º79.14%73.33%-
XYZ13.8112.0248.61-
YUV88.16183.7892.94-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.19%
GREEN value IS 94 (37.11% from 255) = 29.38%
BLUE value IS 187 (73.44% from 255) = 58.44%
R=12.19%
G=29.38%
B=58.44%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal39941870.790.5000.27217.765.4944.31
Hex275EBB4F3201Bda412c
Octal471362731176203333210154
Binary1001111011110101110111001111110010011011110110101000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275ebb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,94,187); }

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

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

 a { background-color: rgb(39,94,187); }

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

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

 span { border-color: rgb(39,94,187); }

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