#2647AF

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

Shades of Cerulean Blue #2647AF

Tints of Cerulean Blue #2647AF

Color information

#2647AF (or 0x2647AF) is unknown color: approx Cerulean Blue. HEX triplet: 26, 47 and AF. RGB value is (38,71,175). Sum of RGB (Red+Green+Blue) = 38+71+175=284 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.38% from 284); Green value is 71 (28.12% from 255 or 25% from 284); Blue value is 175 (68.75% from 255 or 61.62% from 284); Max value from RGB is 175 - color contains mainly: blue. Hex color #2647AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2647AF is #D9B850. Grayscale: #484848. Windows color (decimal): -14268497 or 11487014. OLE color: 11487014.

HSL color Cylindrical-coordinate representation of color #2647AF: hue angle of 225.55º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2647AF is Cyan = 0.78, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB3871175-
CMYK0.780.5900.31
HSL225.55º64.32%41.76%-
HSV(B)225.55º78.29%68.63%-
XYZ10.798.0141.54-
YUV72.99185.57103.04-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.38%
GREEN value IS 71 (28.12% from 255) = 25%
BLUE value IS 175 (68.75% from 255) = 61.62%
R=13.38%
G=25%
B=61.62%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal38711750.780.5900.31225.5564.3241.76
Hex2647AF4E3B01Fe2402a
Octal461072571167303734210052
Binary1001101000111101011111001110111011011111111000101000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2647AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2647AF; }

 p { color: rgb(38,71,175); }

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

<style>
 a { background-color: #2647AF; }

 a { background-color: rgb(38,71,175); }

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

<style>
 span { border-color: #2647AF; }

 span { border-color: rgb(38,71,175); }

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