#274BB6

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

Shades of Cerulean Blue #274BB6

Tints of Cerulean Blue #274BB6

Color information

#274BB6 (or 0x274BB6) is unknown color: approx Cerulean Blue. HEX triplet: 27, 4B and B6. RGB value is (39,75,182). Sum of RGB (Red+Green+Blue) = 39+75+182=296 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13.18% from 296); Green value is 75 (29.69% from 255 or 25.34% from 296); Blue value is 182 (71.48% from 255 or 61.49% from 296); Max value from RGB is 182 - color contains mainly: blue. Hex color #274BB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #274BB6 is #D8B449. Grayscale: #4B4B4B. Windows color (decimal): -14201930 or 11946791. OLE color: 11946791.

HSL color Cylindrical-coordinate representation of color #274BB6: hue angle of 224.9º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #274BB6 is Cyan = 0.79, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB3975182-
CMYK0.790.5900.29
HSL224.9º64.71%43.33%-
HSV(B)224.9º78.57%71.37%-
XYZ11.88.8445.34-
YUV76.43187.57101.3-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.18%
GREEN value IS 75 (29.69% from 255) = 25.34%
BLUE value IS 182 (71.48% from 255) = 61.49%
R=13.18%
G=25.34%
B=61.49%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal39751820.790.5900.29224.964.7143.33
Hex274BB64F3B01De1412b
Octal471132661177303534110153
Binary1001111001011101101101001111111011011101111000011000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,75,182); }

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

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

 a { background-color: rgb(39,75,182); }

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

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

 span { border-color: rgb(39,75,182); }

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