#274AC3

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

Shades of Cerulean Blue #274AC3

Tints of Cerulean Blue #274AC3

Color information

#274AC3 (or 0x274AC3) is unknown color: approx Cerulean Blue. HEX triplet: 27, 4A and C3. RGB value is (39,74,195). Sum of RGB (Red+Green+Blue) = 39+74+195=308 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.66% from 308); Green value is 74 (29.30% from 255 or 24.03% from 308); Blue value is 195 (76.56% from 255 or 63.31% from 308); Max value from RGB is 195 - color contains mainly: blue. Hex color #274AC3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #274AC3 is #D8B53C. Grayscale: #4C4C4C. Windows color (decimal): -14202173 or 12798503. OLE color: 12798503.

HSL color Cylindrical-coordinate representation of color #274AC3: hue angle of 226.54º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #274AC3 is Cyan = 0.80, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB3974195-
CMYK0.800.6200.24
HSL226.54º66.67%45.88%-
HSV(B)226.54º80%76.47%-
XYZ13.149.2752.73-
YUV77.33194.4100.66-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.66%
GREEN value IS 74 (29.30% from 255) = 24.03%
BLUE value IS 195 (76.56% from 255) = 63.31%
R=12.66%
G=24.03%
B=63.31%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal39741950.800.6200.24226.5466.6745.88
Hex274AC3503E018e3432e
Octal471123031207603034310356
Binary1001111001010110000111010000111110011000111000111000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274AC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,74,195); }

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

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

 a { background-color: rgb(39,74,195); }

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

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

 span { border-color: rgb(39,74,195); }

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