Html Css Color HEX #264C88 Fun Blue

📋 copy color: '#264C88'

red 38 ◦ green 76 ◦ blue 136

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

Shades of Fun Blue #264C88

Tints of Fun Blue #264C88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 54.4%

R = 15.2%
G = 30.4%
B = 54.4%

CMYK

 C value IS 0.72

 M value IS 0.44

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#264C88 (or 0x264C88) is known color: Fun Blue. HEX triplet: 26, 4C and 88. RGB value is (38,76,136). Sum of RGB (Red+Green+Blue) = 38+76+136=250 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.2% from 250); Green value is 76 (30.08% from 255 or 30.4% from 250); Blue value is 136 (53.52% from 255 or 54.4% from 250); Max value from RGB is 136 - color contains mainly: blue. Hex color #264C88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #264C88 is #D9B377. Grayscale: #474747. Windows color (decimal): -14267256 or 8932390. OLE color: 8932390.

HSL color Cylindrical-coordinate representation of color #264C88: hue angle of 216.73º 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 #264C88 is Cyan = 0.72, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 38 76 136 -
CMYK 0.72 0.44 0 0.47
HSL 216.73º 0.56% 0.34% -
HSV(B) 216.73º 0.72% 0.53% -
XYZ 7.83 7.36 24.3 -
YUV 71.48 164.41 104.12 -
System Red Green Blue C M Y K H S L
Decimal 38 76 136 0.72 0.44 0 0.47 216.73 0.56 0.34
Hex 26 4C 88 48 2C 0 2F D9 38 22
Octal 46 114 210 110 54 0 57 331 70 42
Binary 100110 1001100 10001000 1001000 101100 0 101111 11011001 111000 100010

Color Harmonies of #264C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264C88

Black with #264C88

Text Example


Text Example

White with #264C88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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