#2651C1

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

Shades of Cerulean Blue #2651C1

Tints of Cerulean Blue #2651C1

Color information

#2651C1 (or 0x2651C1) is unknown color: approx Cerulean Blue. HEX triplet: 26, 51 and C1. RGB value is (38,81,193). Sum of RGB (Red+Green+Blue) = 38+81+193=312 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.18% from 312); Green value is 81 (32.03% from 255 or 25.96% from 312); Blue value is 193 (75.78% from 255 or 61.86% from 312); Max value from RGB is 193 - color contains mainly: blue. Hex color #2651C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2651C1 is #D9AE3E. Grayscale: #505050. Windows color (decimal): -14265919 or 12669222. OLE color: 12669222.

HSL color Cylindrical-coordinate representation of color #2651C1: hue angle of 223.35º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2651C1 is Cyan = 0.80, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB3881193-
CMYK0.800.5800.24
HSL223.35º67.1%45.29%-
HSV(B)223.35º80.31%75.69%-
XYZ13.3710.1551.71-
YUV80.91191.2597.39-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.18%
GREEN value IS 81 (32.03% from 255) = 25.96%
BLUE value IS 193 (75.78% from 255) = 61.86%
R=12.18%
G=25.96%
B=61.86%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal38811930.800.5800.24223.3567.145.29
Hex2651C1503A018df432d
Octal461213011207203033710355
Binary1001101010001110000011010000111010011000110111111000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2651C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2651C1; }

 p { color: rgb(38,81,193); }

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

<style>
 a { background-color: #2651C1; }

 a { background-color: rgb(38,81,193); }

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

<style>
 span { border-color: #2651C1; }

 span { border-color: rgb(38,81,193); }

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