Html Css Color HEX #264C8B Fun Blue

📋 copy color: '#264C8B'

red 38 ◦ green 76 ◦ blue 139

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

Shades of Fun Blue #264C8B

Tints of Fun Blue #264C8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 54.94%

R = 15.02%
G = 30.04%
B = 54.94%

CMYK

 C value IS 0.73

 M value IS 0.45

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#264C8B (or 0x264C8B) is known color: Fun Blue. HEX triplet: 26, 4C and 8B. RGB value is (38,76,139). Sum of RGB (Red+Green+Blue) = 38+76+139=253 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.02% from 253); Green value is 76 (30.08% from 255 or 30.04% from 253); Blue value is 139 (54.69% from 255 or 54.94% from 253); Max value from RGB is 139 - color contains mainly: blue. Hex color #264C8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #264C8B is #D9B374. Grayscale: #474747. Windows color (decimal): -14267253 or 9128998. OLE color: 9128998.

HSL color Cylindrical-coordinate representation of color #264C8B: hue angle of 217.43º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #264C8B is Cyan = 0.73, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 38 76 139 -
CMYK 0.73 0.45 0 0.45
HSL 217.43º 0.57% 0.35% -
HSV(B) 217.43º 0.73% 0.55% -
XYZ 8.04 7.45 25.44 -
YUV 71.82 165.91 103.88 -
System Red Green Blue C M Y K H S L
Decimal 38 76 139 0.73 0.45 0 0.45 217.43 0.57 0.35
Hex 26 4C 8B 49 2D 0 2D D9 39 23
Octal 46 114 213 111 55 0 55 331 71 43
Binary 100110 1001100 10001011 1001001 101101 0 101101 11011001 111001 100011

Color Harmonies of #264C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264C8B

Black with #264C8B

Text Example


Text Example

White with #264C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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