Html Css Color HEX #264AA4 Cerulean Blue

📋 copy color: '#264AA4'

red 38 ◦ green 74 ◦ blue 164

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

Shades of Cerulean Blue #264AA4

Tints of Cerulean Blue #264AA4

RGB

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

 GREEN value IS 74 (29.3% from 255) = 26.81%

 BLUE value IS 164 (64.45% from 255) = 59.42%

R = 13.77%
G = 26.81%
B = 59.42%

CMYK

 C value IS 0.77

 M value IS 0.55

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#264AA4 (or 0x264AA4) is known color: Cerulean Blue. HEX triplet: 26, 4A and A4. RGB value is (38,74,164). Sum of RGB (Red+Green+Blue) = 38+74+164=276 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.77% from 276); Green value is 74 (29.30% from 255 or 26.81% from 276); Blue value is 164 (64.45% from 255 or 59.42% from 276); Max value from RGB is 164 - color contains mainly: blue. Hex color #264AA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #264AA4 is #D9B55B. Grayscale: #494949. Windows color (decimal): -14267740 or 10766886. OLE color: 10766886.

HSL color Cylindrical-coordinate representation of color #264AA4: hue angle of 222.86º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #264AA4 is Cyan = 0.77, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 38 74 164 -
CMYK 0.77 0.55 0 0.36
HSL 222.86º 0.62% 0.4% -
HSV(B) 222.86º 0.77% 0.64% -
XYZ 9.95 7.99 36.14 -
YUV 73.5 179.07 102.68 -
System Red Green Blue C M Y K H S L
Decimal 38 74 164 0.77 0.55 0 0.36 222.86 0.62 0.4
Hex 26 4A A4 4D 37 0 24 DF 3E 28
Octal 46 112 244 115 67 0 44 337 76 50
Binary 100110 1001010 10100100 1001101 110111 0 100100 11011111 111110 101000

Color Harmonies of #264AA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264AA4

Black with #264AA4

Text Example


Text Example

White with #264AA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #264AA4;
 }
 .AnyTagClassName
 {
   color: #264AA4;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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