#274DB1

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

Shades of Cerulean Blue #274DB1

Tints of Cerulean Blue #274DB1

Color information

#274DB1 (or 0x274DB1) is unknown color: approx Cerulean Blue. HEX triplet: 27, 4D and B1. RGB value is (39,77,177). Sum of RGB (Red+Green+Blue) = 39+77+177=293 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.31% from 293); Green value is 77 (30.47% from 255 or 26.28% from 293); Blue value is 177 (69.53% from 255 or 60.41% from 293); Max value from RGB is 177 - color contains mainly: blue. Hex color #274DB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #274DB1 is #D8B24E. Grayscale: #4C4C4C. Windows color (decimal): -14201423 or 11619623. OLE color: 11619623.

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

Color convert

RGB3977177-
CMYK0.780.5600.31
HSL223.48º63.89%42.35%-
HSV(B)223.48º77.97%69.41%-
XYZ11.438.9142.71-
YUV77.04184.41100.87-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.31%
GREEN value IS 77 (30.47% from 255) = 26.28%
BLUE value IS 177 (69.53% from 255) = 60.41%
R=13.31%
G=26.28%
B=60.41%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal39771770.780.5600.31223.4863.8942.35
Hex274DB14E3801Fdf402a
Octal471152611167003733710052
Binary1001111001101101100011001110111000011111110111111000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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