Html Css Color HEX #264CA4 Cerulean Blue

📋 copy color: '#264CA4'

red 38 ◦ green 76 ◦ blue 164

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

Shades of Cerulean Blue #264CA4

Tints of Cerulean Blue #264CA4

RGB

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

 GREEN value IS 76 (30.08% from 255) = 27.34%

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

R = 13.67%
G = 27.34%
B = 58.99%

CMYK

 C value IS 0.77

 M value IS 0.54

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#264CA4 (or 0x264CA4) is known color: Cerulean Blue. HEX triplet: 26, 4C and A4. RGB value is (38,76,164). Sum of RGB (Red+Green+Blue) = 38+76+164=278 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.67% from 278); Green value is 76 (30.08% from 255 or 27.34% from 278); Blue value is 164 (64.45% from 255 or 58.99% from 278); Max value from RGB is 164 - color contains mainly: blue. Hex color #264CA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #264CA4 is #D9B35B. Grayscale: #4A4A4A. Windows color (decimal): -14267228 or 10767398. OLE color: 10767398.

HSL color Cylindrical-coordinate representation of color #264CA4: hue angle of 221.9º 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 #264CA4 is Cyan = 0.77, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 38 76 164 -
CMYK 0.77 0.54 0 0.36
HSL 221.9º 0.62% 0.4% -
HSV(B) 221.9º 0.77% 0.64% -
XYZ 10.08 8.26 36.19 -
YUV 74.67 178.41 101.84 -
System Red Green Blue C M Y K H S L
Decimal 38 76 164 0.77 0.54 0 0.36 221.9 0.62 0.4
Hex 26 4C A4 4D 36 0 24 DE 3E 28
Octal 46 114 244 115 66 0 44 336 76 50
Binary 100110 1001100 10100100 1001101 110110 0 100100 11011110 111110 101000

Color Harmonies of #264CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264CA4

Black with #264CA4

Text Example


Text Example

White with #264CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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