Html Css Color HEX #264683 Fun Blue

📋 copy color: '#264683'

red 38 ◦ green 70 ◦ blue 131

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

Shades of Fun Blue #264683

Tints of Fun Blue #264683

RGB

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

 GREEN value IS 70 (27.73% from 255) = 29.29%

 BLUE value IS 131 (51.56% from 255) = 54.81%

R = 15.9%
G = 29.29%
B = 54.81%

CMYK

 C value IS 0.71

 M value IS 0.47

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#264683 (or 0x264683) is known color: Fun Blue. HEX triplet: 26, 46 and 83. RGB value is (38,70,131). Sum of RGB (Red+Green+Blue) = 38+70+131=239 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.90% from 239); Green value is 70 (27.73% from 255 or 29.29% from 239); Blue value is 131 (51.56% from 255 or 54.81% from 239); Max value from RGB is 131 - color contains mainly: blue. Hex color #264683 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #264683 is #D9B97C. Grayscale: #434343. Windows color (decimal): -14268797 or 8603174. OLE color: 8603174.

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

Color convert

RGB 38 70 131 -
CMYK 0.71 0.47 0 0.49
HSL 219.35º 0.55% 0.33% -
HSV(B) 219.35º 0.71% 0.51% -
XYZ 7.09 6.43 22.34 -
YUV 67.39 163.9 107.04 -
System Red Green Blue C M Y K H S L
Decimal 38 70 131 0.71 0.47 0 0.49 219.35 0.55 0.33
Hex 26 46 83 47 2F 0 31 DB 37 21
Octal 46 106 203 107 57 0 61 333 67 41
Binary 100110 1000110 10000011 1000111 101111 0 110001 11011011 110111 100001

Color Harmonies of #264683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264683

Black with #264683

Text Example


Text Example

White with #264683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #264683; }

 p { color: rgb(38,70,131); }

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

background-color css

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

 a { background-color: rgb(38,70,131); }

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

border-color css

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

 span { border-color: rgb(38,70,131); }

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