#264AAC

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

Shades of Cerulean Blue #264AAC

Tints of Cerulean Blue #264AAC

Color information

#264AAC (or 0x264AAC) is unknown color: approx Cerulean Blue. HEX triplet: 26, 4A and AC. RGB value is (38,74,172). Sum of RGB (Red+Green+Blue) = 38+74+172=284 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.38% from 284); Green value is 74 (29.30% from 255 or 26.06% from 284); Blue value is 172 (67.58% from 255 or 60.56% from 284); Max value from RGB is 172 - color contains mainly: blue. Hex color #264AAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #264AAC is #D9B553. Grayscale: #494949. Windows color (decimal): -14267732 or 11291174. OLE color: 11291174.

HSL color Cylindrical-coordinate representation of color #264AAC: hue angle of 223.88º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #264AAC is Cyan = 0.78, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3874172-
CMYK0.780.5700.33
HSL223.88º63.81%41.18%-
HSV(B)223.88º77.91%67.45%-
XYZ10.698.2940.07-
YUV74.41183.07102.03-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.38%
GREEN value IS 74 (29.30% from 255) = 26.06%
BLUE value IS 172 (67.58% from 255) = 60.56%
R=13.38%
G=26.06%
B=60.56%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal38741720.780.5700.33223.8863.8141.18
Hex264AAC4E39021e04029
Octal461122541167104134010051
Binary10011010010101010110010011101110010100001111000001000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264AAC; }

 p { color: rgb(38,74,172); }

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

<style>
 a { background-color: #264AAC; }

 a { background-color: rgb(38,74,172); }

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

<style>
 span { border-color: #264AAC; }

 span { border-color: rgb(38,74,172); }

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