#2650C1

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

Shades of Cerulean Blue #2650C1

Tints of Cerulean Blue #2650C1

Color information

#2650C1 (or 0x2650C1) is unknown color: approx Cerulean Blue. HEX triplet: 26, 50 and C1. RGB value is (38,80,193). Sum of RGB (Red+Green+Blue) = 38+80+193=311 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.22% from 311); Green value is 80 (31.64% from 255 or 25.72% from 311); Blue value is 193 (75.78% from 255 or 62.06% from 311); Max value from RGB is 193 - color contains mainly: blue. Hex color #2650C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2650C1 is #D9AF3E. Grayscale: #4F4F4F. Windows color (decimal): -14266175 or 12668966. OLE color: 12668966.

HSL color Cylindrical-coordinate representation of color #2650C1: hue angle of 223.74º 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 #2650C1 is Cyan = 0.80, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB3880193-
CMYK0.800.5900.24
HSL223.74º67.1%45.29%-
HSV(B)223.74º80.31%75.69%-
XYZ13.291051.68-
YUV80.32191.5997.81-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.22%
GREEN value IS 80 (31.64% from 255) = 25.72%
BLUE value IS 193 (75.78% from 255) = 62.06%
R=12.22%
G=25.72%
B=62.06%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal38801930.800.5900.24223.7467.145.29
Hex2650C1503B018e0432d
Octal461203011207303034010355
Binary1001101010000110000011010000111011011000111000001000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2650C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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