Html Css Color HEX #264482 Fun Blue

📋 copy color: '#264482'

red 38 ◦ green 68 ◦ blue 130

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

Shades of Fun Blue #264482

Tints of Fun Blue #264482

RGB

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

 GREEN value IS 68 (26.95% from 255) = 28.81%

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

R = 16.1%
G = 28.81%
B = 55.08%

CMYK

 C value IS 0.71

 M value IS 0.48

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#264482 (or 0x264482) is known color: Fun Blue. HEX triplet: 26, 44 and 82. RGB value is (38,68,130). Sum of RGB (Red+Green+Blue) = 38+68+130=236 (31% of max value = 765). Red value is 38 (15.23% from 255 or 16.10% from 236); Green value is 68 (26.95% from 255 or 28.81% from 236); Blue value is 130 (51.17% from 255 or 55.08% from 236); Max value from RGB is 130 - color contains mainly: blue. Hex color #264482 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #264482 is #D9BB7D. Grayscale: #414141. Windows color (decimal): -14269310 or 8537126. OLE color: 8537126.

HSL color Cylindrical-coordinate representation of color #264482: hue angle of 220.43º 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 #264482 is Cyan = 0.71, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 38 68 130 -
CMYK 0.71 0.48 0 0.49
HSL 220.43º 0.55% 0.33% -
HSV(B) 220.43º 0.71% 0.51% -
XYZ 6.9 6.16 21.94 -
YUV 66.1 164.06 107.96 -
System Red Green Blue C M Y K H S L
Decimal 38 68 130 0.71 0.48 0 0.49 220.43 0.55 0.33
Hex 26 44 82 47 30 0 31 DC 37 21
Octal 46 104 202 107 60 0 61 334 67 41
Binary 100110 1000100 10000010 1000111 110000 0 110001 11011100 110111 100001

Color Harmonies of #264482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264482

Black with #264482

Text Example


Text Example

White with #264482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #264482; }

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

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

background-color css

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

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

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

border-color css

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

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

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