#2F44C1

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

Shades of Cerulean Blue #2F44C1

Tints of Cerulean Blue #2F44C1

Color information

#2F44C1 (or 0x2F44C1) is unknown color: approx Cerulean Blue. HEX triplet: 2F, 44 and C1. RGB value is (47,68,193). Sum of RGB (Red+Green+Blue) = 47+68+193=308 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.26% from 308); Green value is 68 (26.95% from 255 or 22.08% from 308); Blue value is 193 (75.78% from 255 or 62.66% from 308); Max value from RGB is 193 - color contains mainly: blue. Hex color #2F44C1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F44C1 is #D0BB3E. Grayscale: #4B4B4B. Windows color (decimal): -13679423 or 12665903. OLE color: 12665903.

HSL color Cylindrical-coordinate representation of color #2F44C1: hue angle of 231.37º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2F44C1 is Cyan = 0.76, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB4768193-
CMYK0.760.6500.24
HSL231.37º60.83%47.06%-
HSV(B)231.37º75.65%75.69%-
XYZ12.878.5951.43-
YUV75.97194.04107.34-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 15.26%
GREEN value IS 68 (26.95% from 255) = 22.08%
BLUE value IS 193 (75.78% from 255) = 62.66%
R=15.26%
G=22.08%
B=62.66%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal47681930.760.6500.24231.3760.8347.06
Hex2F44C14C41018e73d2f
Octal571043011141010303477557
Binary1011111000100110000011001100100000101100011100111111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F44C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,68,193); }

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

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

 a { background-color: rgb(47,68,193); }

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

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

 span { border-color: rgb(47,68,193); }

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