#2F4AB1

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

Shades of Cerulean Blue #2F4AB1

Tints of Cerulean Blue #2F4AB1

Color information

#2F4AB1 (or 0x2F4AB1) is unknown color: approx Cerulean Blue. HEX triplet: 2F, 4A and B1. RGB value is (47,74,177). Sum of RGB (Red+Green+Blue) = 47+74+177=298 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.77% from 298); Green value is 74 (29.30% from 255 or 24.83% from 298); Blue value is 177 (69.53% from 255 or 59.40% from 298); Max value from RGB is 177 - color contains mainly: blue. Hex color #2F4AB1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F4AB1 is #D0B54E. Grayscale: #4D4D4D. Windows color (decimal): -13677903 or 11618863. OLE color: 11618863.

HSL color Cylindrical-coordinate representation of color #2F4AB1: hue angle of 227.54º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2F4AB1 is Cyan = 0.73, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB4774177-
CMYK0.730.5800.31
HSL227.54º58.04%43.92%-
HSV(B)227.54º73.45%69.41%-
XYZ11.568.6842.66-
YUV77.67184.05106.12-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 15.77%
GREEN value IS 74 (29.30% from 255) = 24.83%
BLUE value IS 177 (69.53% from 255) = 59.40%
R=15.77%
G=24.83%
B=59.40%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal47741770.730.5800.31227.5458.0443.92
Hex2F4AB1493A01Fe43a2c
Octal57112261111720373447254
Binary101111100101010110001100100111101001111111100100111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F4AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,74,177); }

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

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

 a { background-color: rgb(47,74,177); }

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

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

 span { border-color: rgb(47,74,177); }

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