#274DBE

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

Shades of Cerulean Blue #274DBE

Tints of Cerulean Blue #274DBE

Color information

#274DBE (or 0x274DBE) is unknown color: approx Cerulean Blue. HEX triplet: 27, 4D and BE. RGB value is (39,77,190). Sum of RGB (Red+Green+Blue) = 39+77+190=306 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.75% from 306); Green value is 77 (30.47% from 255 or 25.16% from 306); Blue value is 190 (74.61% from 255 or 62.09% from 306); Max value from RGB is 190 - color contains mainly: blue. Hex color #274DBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #274DBE is #D8B241. Grayscale: #4E4E4E. Windows color (decimal): -14201410 or 12471591. OLE color: 12471591.

HSL color Cylindrical-coordinate representation of color #274DBE: hue angle of 224.9º 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 #274DBE is Cyan = 0.79, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB3977190-
CMYK0.790.5900.25
HSL224.9º65.94%44.9%-
HSV(B)224.9º79.47%74.51%-
XYZ12.789.4649.87-
YUV78.52190.9199.81-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.75%
GREEN value IS 77 (30.47% from 255) = 25.16%
BLUE value IS 190 (74.61% from 255) = 62.09%
R=12.75%
G=25.16%
B=62.09%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal39771900.790.5900.25224.965.9444.9
Hex274DBE4F3B019e1422d
Octal471152761177303134110255
Binary1001111001101101111101001111111011011001111000011000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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