#275BBA

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

Shades of Cerulean Blue #275BBA

Tints of Cerulean Blue #275BBA

Color information

#275BBA (or 0x275BBA) is unknown color: approx Cerulean Blue. HEX triplet: 27, 5B and BA. RGB value is (39,91,186). Sum of RGB (Red+Green+Blue) = 39+91+186=316 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.34% from 316); Green value is 91 (35.94% from 255 or 28.80% from 316); Blue value is 186 (73.05% from 255 or 58.86% from 316); Max value from RGB is 186 - color contains mainly: blue. Hex color #275BBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #275BBA is #D8A445. Grayscale: #555555. Windows color (decimal): -14197830 or 12213031. OLE color: 12213031.

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

Color convert

RGB3991186-
CMYK0.790.5100.27
HSL218.78º65.33%44.12%-
HSV(B)218.78º79.03%72.94%-
XYZ13.4411.4647.96-
YUV86.28184.2794.28-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.34%
GREEN value IS 91 (35.94% from 255) = 28.80%
BLUE value IS 186 (73.05% from 255) = 58.86%
R=12.34%
G=28.80%
B=58.86%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal39911860.790.5100.27218.7865.3344.12
Hex275BBA4F3301Bdb412c
Octal471332721176303333310154
Binary1001111011011101110101001111110011011011110110111000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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