Html Css Color HEX #264776 Fun Blue

📋 copy color: '#264776'

red 38 ◦ green 71 ◦ blue 118

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

Shades of Fun Blue #264776

Tints of Fun Blue #264776

RGB

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

 GREEN value IS 71 (28.13% from 255) = 31.28%

 BLUE value IS 118 (46.48% from 255) = 51.98%

R = 16.74%
G = 31.28%
B = 51.98%

CMYK

 C value IS 0.68

 M value IS 0.40

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#264776 (or 0x264776) is known color: Fun Blue. HEX triplet: 26, 47 and 76. RGB value is (38,71,118). Sum of RGB (Red+Green+Blue) = 38+71+118=227 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.74% from 227); Green value is 71 (28.12% from 255 or 31.28% from 227); Blue value is 118 (46.48% from 255 or 51.98% from 227); Max value from RGB is 118 - color contains mainly: blue. Hex color #264776 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264776 is #D9B889. Grayscale: #424242. Windows color (decimal): -14268554 or 7751462. OLE color: 7751462.

HSL color Cylindrical-coordinate representation of color #264776: hue angle of 215.25º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #264776 is Cyan = 0.68, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 38 71 118 -
CMYK 0.68 0.40 0 0.54
HSL 215.25º 0.51% 0.31% -
HSV(B) 215.25º 0.68% 0.46% -
XYZ 6.32 6.23 18.01 -
YUV 66.49 157.07 107.68 -
System Red Green Blue C M Y K H S L
Decimal 38 71 118 0.68 0.40 0 0.54 215.25 0.51 0.31
Hex 26 47 76 44 28 0 36 D7 33 1F
Octal 46 107 166 104 50 0 66 327 63 37
Binary 100110 1000111 1110110 1000100 101000 0 110110 11010111 110011 11111

Color Harmonies of #264776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264776

Black with #264776

Text Example


Text Example

White with #264776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #264776; }

 p { color: rgb(38,71,118); }

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

background-color css

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

 a { background-color: rgb(38,71,118); }

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

border-color css

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

 span { border-color: rgb(38,71,118); }

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