#274CBE

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

Shades of Cerulean Blue #274CBE

Tints of Cerulean Blue #274CBE

Color information

#274CBE (or 0x274CBE) is unknown color: approx Cerulean Blue. HEX triplet: 27, 4C and BE. RGB value is (39,76,190). Sum of RGB (Red+Green+Blue) = 39+76+190=305 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.79% from 305); Green value is 76 (30.08% from 255 or 24.92% from 305); Blue value is 190 (74.61% from 255 or 62.30% from 305); Max value from RGB is 190 - color contains mainly: blue. Hex color #274CBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #274CBE is #D8B341. Grayscale: #4D4D4D. Windows color (decimal): -14201666 or 12471335. OLE color: 12471335.

HSL color Cylindrical-coordinate representation of color #274CBE: hue angle of 225.3º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #274CBE is Cyan = 0.79, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB3976190-
CMYK0.790.6000.25
HSL225.3º65.94%44.9%-
HSV(B)225.3º79.47%74.51%-
XYZ12.729.3249.84-
YUV77.93191.24100.23-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.79%
GREEN value IS 76 (30.08% from 255) = 24.92%
BLUE value IS 190 (74.61% from 255) = 62.30%
R=12.79%
G=24.92%
B=62.30%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal39761900.790.6000.25225.365.9444.9
Hex274CBE4F3C019e1422d
Octal471142761177403134110255
Binary1001111001100101111101001111111100011001111000011000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274CBE; }

 p { color: rgb(39,76,190); }

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

<style>
 a { background-color: #274CBE; }

 a { background-color: rgb(39,76,190); }

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

<style>
 span { border-color: #274CBE; }

 span { border-color: rgb(39,76,190); }

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