#274CA3

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

Shades of Cerulean Blue #274CA3

Tints of Cerulean Blue #274CA3

Color information

#274CA3 (or 0x274CA3) is unknown color: approx Cerulean Blue. HEX triplet: 27, 4C and A3. RGB value is (39,76,163). Sum of RGB (Red+Green+Blue) = 39+76+163=278 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.03% from 278); Green value is 76 (30.08% from 255 or 27.34% from 278); Blue value is 163 (64.06% from 255 or 58.63% from 278); Max value from RGB is 163 - color contains mainly: blue. Hex color #274CA3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #274CA3 is #D8B35C. Grayscale: #4A4A4A. Windows color (decimal): -14201693 or 10701863. OLE color: 10701863.

HSL color Cylindrical-coordinate representation of color #274CA3: hue angle of 222.1º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #274CA3 is Cyan = 0.76, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB3976163-
CMYK0.760.5300.36
HSL222.1º61.39%39.61%-
HSV(B)222.1º76.07%63.92%-
XYZ10.038.2435.71-
YUV74.85177.74102.43-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.03%
GREEN value IS 76 (30.08% from 255) = 27.34%
BLUE value IS 163 (64.06% from 255) = 58.63%
R=14.03%
G=27.34%
B=58.63%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal39761630.760.5300.36222.161.3939.61
Hex274CA34C35024de3d28
Octal47114243114650443367550
Binary1001111001100101000111001100110101010010011011110111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274CA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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