#274CE1

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

Shades of Cerulean Blue #274CE1

Tints of Cerulean Blue #274CE1

Color information

#274CE1 (or 0x274CE1) is unknown color: approx Cerulean Blue. HEX triplet: 27, 4C and E1. RGB value is (39,76,225). Sum of RGB (Red+Green+Blue) = 39+76+225=340 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.47% from 340); Green value is 76 (30.08% from 255 or 22.35% from 340); Blue value is 225 (88.28% from 255 or 66.18% from 340); Max value from RGB is 225 - color contains mainly: blue. Hex color #274CE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #274CE1 is #D8B31E. Grayscale: #515151. Windows color (decimal): -14201631 or 14765095. OLE color: 14765095.

HSL color Cylindrical-coordinate representation of color #274CE1: hue angle of 228.06º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #274CE1 is Cyan = 0.83, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB3976225-
CMYK0.830.6600.12
HSL228.06º75.61%51.76%-
HSV(B)228.06º82.67%88.24%-
XYZ17.0111.0472.47-
YUV81.92208.7497.38-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 11.47%
GREEN value IS 76 (30.08% from 255) = 22.35%
BLUE value IS 225 (88.28% from 255) = 66.18%
R=11.47%
G=22.35%
B=66.18%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal39762250.830.6600.12228.0675.6151.76
Hex274CE153420Ce44c34
Octal4711434112310201434411464
Binary1001111001100111000011010011100001001100111001001001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274CE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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