#2650CA

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

Shades of Cerulean Blue #2650CA

Tints of Cerulean Blue #2650CA

Color information

#2650CA (or 0x2650CA) is unknown color: approx Cerulean Blue. HEX triplet: 26, 50 and CA. RGB value is (38,80,202). Sum of RGB (Red+Green+Blue) = 38+80+202=320 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.88% from 320); Green value is 80 (31.64% from 255 or 25% from 320); Blue value is 202 (79.30% from 255 or 63.12% from 320); Max value from RGB is 202 - color contains mainly: blue. Hex color #2650CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2650CA is #D9AF35. Grayscale: #505050. Windows color (decimal): -14266166 or 13258790. OLE color: 13258790.

HSL color Cylindrical-coordinate representation of color #2650CA: hue angle of 224.63º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2650CA is Cyan = 0.81, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB3880202-
CMYK0.810.6000.21
HSL224.63º68.33%47.06%-
HSV(B)224.63º81.19%79.22%-
XYZ14.3310.4157.13-
YUV81.35196.0997.08-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.88%
GREEN value IS 80 (31.64% from 255) = 25%
BLUE value IS 202 (79.30% from 255) = 63.12%
R=11.88%
G=25%
B=63.12%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal38802020.810.6000.21224.6368.3347.06
Hex2650CA513C015e1442f
Octal461203121217402534110457
Binary1001101010000110010101010001111100010101111000011000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2650CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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