Html Css Color HEX #264887 Fun Blue

📋 copy color: '#264887'

red 38 ◦ green 72 ◦ blue 135

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

Shades of Fun Blue #264887

Tints of Fun Blue #264887

RGB

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

 GREEN value IS 72 (28.52% from 255) = 29.39%

 BLUE value IS 135 (53.13% from 255) = 55.1%

R = 15.51%
G = 29.39%
B = 55.1%

CMYK

 C value IS 0.72

 M value IS 0.47

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#264887 (or 0x264887) is known color: Fun Blue. HEX triplet: 26, 48 and 87. RGB value is (38,72,135). Sum of RGB (Red+Green+Blue) = 38+72+135=245 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.51% from 245); Green value is 72 (28.52% from 255 or 29.39% from 245); Blue value is 135 (53.12% from 255 or 55.10% from 245); Max value from RGB is 135 - color contains mainly: blue. Hex color #264887 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #264887 is #D9B778. Grayscale: #444444. Windows color (decimal): -14268281 or 8865830. OLE color: 8865830.

HSL color Cylindrical-coordinate representation of color #264887: hue angle of 218.97º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #264887 is Cyan = 0.72, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 38 72 135 -
CMYK 0.72 0.47 0 0.47
HSL 218.97º 0.56% 0.34% -
HSV(B) 218.97º 0.72% 0.53% -
XYZ 7.49 6.8 23.84 -
YUV 69.02 165.24 105.88 -
System Red Green Blue C M Y K H S L
Decimal 38 72 135 0.72 0.47 0 0.47 218.97 0.56 0.34
Hex 26 48 87 48 2F 0 2F DB 38 22
Octal 46 110 207 110 57 0 57 333 70 42
Binary 100110 1001000 10000111 1001000 101111 0 101111 11011011 111000 100010

Color Harmonies of #264887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264887

Black with #264887

Text Example


Text Example

White with #264887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #264887; }

 p { color: rgb(38,72,135); }

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

background-color css

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

 a { background-color: rgb(38,72,135); }

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

border-color css

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

 span { border-color: rgb(38,72,135); }

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