Html Css Color HEX #264C89 Fun Blue

📋 copy color: '#264C89'

red 38 ◦ green 76 ◦ blue 137

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

Shades of Fun Blue #264C89

Tints of Fun Blue #264C89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 54.58%

R = 15.14%
G = 30.28%
B = 54.58%

CMYK

 C value IS 0.72

 M value IS 0.45

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#264C89 (or 0x264C89) is known color: Fun Blue. HEX triplet: 26, 4C and 89. RGB value is (38,76,137). Sum of RGB (Red+Green+Blue) = 38+76+137=251 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.14% from 251); Green value is 76 (30.08% from 255 or 30.28% from 251); Blue value is 137 (53.91% from 255 or 54.58% from 251); Max value from RGB is 137 - color contains mainly: blue. Hex color #264C89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #264C89 is #D9B376. Grayscale: #474747. Windows color (decimal): -14267255 or 8997926. OLE color: 8997926.

HSL color Cylindrical-coordinate representation of color #264C89: hue angle of 216.97º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #264C89 is Cyan = 0.72, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 38 76 137 -
CMYK 0.72 0.45 0 0.46
HSL 216.97º 0.57% 0.34% -
HSV(B) 216.97º 0.72% 0.54% -
XYZ 7.9 7.39 24.68 -
YUV 71.59 164.91 104.04 -
System Red Green Blue C M Y K H S L
Decimal 38 76 137 0.72 0.45 0 0.46 216.97 0.57 0.34
Hex 26 4C 89 48 2D 0 2E D9 39 22
Octal 46 114 211 110 55 0 56 331 71 42
Binary 100110 1001100 10001001 1001000 101101 0 101110 11011001 111001 100010

Color Harmonies of #264C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264C89

Black with #264C89

Text Example


Text Example

White with #264C89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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