#2650B8

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

Shades of Cerulean Blue #2650B8

Tints of Cerulean Blue #2650B8

Color information

#2650B8 (or 0x2650B8) is unknown color: approx Cerulean Blue. HEX triplet: 26, 50 and B8. RGB value is (38,80,184). Sum of RGB (Red+Green+Blue) = 38+80+184=302 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.58% from 302); Green value is 80 (31.64% from 255 or 26.49% from 302); Blue value is 184 (72.27% from 255 or 60.93% from 302); Max value from RGB is 184 - color contains mainly: blue. Hex color #2650B8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2650B8 is #D9AF47. Grayscale: #4E4E4E. Windows color (decimal): -14266184 or 12079142. OLE color: 12079142.

HSL color Cylindrical-coordinate representation of color #2650B8: hue angle of 222.74º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2650B8 is Cyan = 0.79, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB3880184-
CMYK0.790.5700.28
HSL222.74º65.77%43.53%-
HSV(B)222.74º79.35%72.16%-
XYZ12.329.6146.55-
YUV79.3187.0998.54-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.58%
GREEN value IS 80 (31.64% from 255) = 26.49%
BLUE value IS 184 (72.27% from 255) = 60.93%
R=12.58%
G=26.49%
B=60.93%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal38801840.790.5700.28222.7465.7743.53
Hex2650B84F3901Cdf422c
Octal461202701177103433710254
Binary1001101010000101110001001111111001011100110111111000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2650B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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