Html Css Color HEX #264C82 Fun Blue

📋 copy color: '#264C82'

red 38 ◦ green 76 ◦ blue 130

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

Shades of Fun Blue #264C82

Tints of Fun Blue #264C82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 53.28%

R = 15.57%
G = 31.15%
B = 53.28%

CMYK

 C value IS 0.71

 M value IS 0.42

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#264C82 (or 0x264C82) is known color: Fun Blue. HEX triplet: 26, 4C and 82. RGB value is (38,76,130). Sum of RGB (Red+Green+Blue) = 38+76+130=244 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.57% from 244); Green value is 76 (30.08% from 255 or 31.15% from 244); Blue value is 130 (51.17% from 255 or 53.28% from 244); Max value from RGB is 130 - color contains mainly: blue. Hex color #264C82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #264C82 is #D9B37D. Grayscale: #464646. Windows color (decimal): -14267262 or 8539174. OLE color: 8539174.

HSL color Cylindrical-coordinate representation of color #264C82: hue angle of 215.22º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #264C82 is Cyan = 0.71, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 38 76 130 -
CMYK 0.71 0.42 0 0.49
HSL 215.22º 0.55% 0.33% -
HSV(B) 215.22º 0.71% 0.51% -
XYZ 7.41 7.19 22.12 -
YUV 70.79 161.41 104.61 -
System Red Green Blue C M Y K H S L
Decimal 38 76 130 0.71 0.42 0 0.49 215.22 0.55 0.33
Hex 26 4C 82 47 2A 0 31 D7 37 21
Octal 46 114 202 107 52 0 61 327 67 41
Binary 100110 1001100 10000010 1000111 101010 0 110001 11010111 110111 100001

Color Harmonies of #264C82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264C82

Black with #264C82

Text Example


Text Example

White with #264C82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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