Html Css Color HEX #264AAC Cerulean Blue

📋 copy color: '#264AAC'

red 38 ◦ green 74 ◦ blue 172

#264AAC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean Blue #264AAC

Tints of Cerulean Blue #264AAC

RGB

 RED value IS 38 (15.23% from 255) = 13.38%

 GREEN value IS 74 (29.3% 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 value IS 0.78

 M value IS 0.57

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#264AAC (or 0x264AAC) is known color: 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

RGB 38 74 172 -
CMYK 0.78 0.57 0 0.33
HSL 223.88º 0.64% 0.41% -
HSV(B) 223.88º 0.78% 0.67% -
XYZ 10.69 8.29 40.07 -
YUV 74.41 183.07 102.03 -
System Red Green Blue C M Y K H S L
Decimal 38 74 172 0.78 0.57 0 0.33 223.88 0.64 0.41
Hex 26 4A AC 4E 39 0 21 E0 40 29
Octal 46 112 254 116 71 0 41 340 100 51
Binary 100110 1001010 10101100 1001110 111001 0 100001 11100000 1000000 101001

Color Harmonies of #264AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264AAC

Black with #264AAC

Text Example


Text Example

White with #264AAC

Text Example


Text Example

HTML Codes & Css Web 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>