#2B5FC4

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

Shades of Cerulean Blue #2B5FC4

Tints of Cerulean Blue #2B5FC4

Color information

#2B5FC4 (or 0x2B5FC4) is unknown color: approx Cerulean Blue. HEX triplet: 2B, 5F and C4. RGB value is (43,95,196). Sum of RGB (Red+Green+Blue) = 43+95+196=334 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.87% from 334); Green value is 95 (37.5% from 255 or 28.44% from 334); Blue value is 196 (76.95% from 255 or 58.68% from 334); Max value from RGB is 196 - color contains mainly: blue. Hex color #2B5FC4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B5FC4 is #D4A03B. Grayscale: #5A5A5A. Windows color (decimal): -13934652 or 12869419. OLE color: 12869419.

HSL color Cylindrical-coordinate representation of color #2B5FC4: hue angle of 219.61º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2B5FC4 is Cyan = 0.78, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB4395196-
CMYK0.780.5200.23
HSL219.61º64.02%46.86%-
HSV(B)219.61º78.06%76.86%-
XYZ15.0512.6853.88-
YUV90.97187.2793.79-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.87%
GREEN value IS 95 (37.5% from 255) = 28.44%
BLUE value IS 196 (76.95% from 255) = 58.68%
R=12.87%
G=28.44%
B=58.68%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal43951960.780.5200.23219.6164.0246.86
Hex2B5FC44E34017dc402f
Octal531373041166402733410057
Binary1010111011111110001001001110110100010111110111001000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5FC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2B5FC4; }

 p { color: rgb(43,95,196); }

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

<style>
 a { background-color: #2B5FC4; }

 a { background-color: rgb(43,95,196); }

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

<style>
 span { border-color: #2B5FC4; }

 span { border-color: rgb(43,95,196); }

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