Html Css Color HEX #264685 Fun Blue

📋 copy color: '#264685'

red 38 ◦ green 70 ◦ blue 133

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

Shades of Fun Blue #264685

Tints of Fun Blue #264685

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 55.19%

R = 15.77%
G = 29.05%
B = 55.19%

CMYK

 C value IS 0.71

 M value IS 0.47

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#264685 (or 0x264685) is known color: Fun Blue. HEX triplet: 26, 46 and 85. RGB value is (38,70,133). Sum of RGB (Red+Green+Blue) = 38+70+133=241 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.77% from 241); Green value is 70 (27.73% from 255 or 29.05% from 241); Blue value is 133 (52.34% from 255 or 55.19% from 241); Max value from RGB is 133 - color contains mainly: blue. Hex color #264685 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #264685 is #D9B97A. Grayscale: #434343. Windows color (decimal): -14268795 or 8734246. OLE color: 8734246.

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

Color convert

RGB 38 70 133 -
CMYK 0.71 0.47 0 0.48
HSL 219.79º 0.56% 0.34% -
HSV(B) 219.79º 0.71% 0.52% -
XYZ 7.22 6.49 23.06 -
YUV 67.61 164.9 106.88 -
System Red Green Blue C M Y K H S L
Decimal 38 70 133 0.71 0.47 0 0.48 219.79 0.56 0.34
Hex 26 46 85 47 2F 0 30 DC 38 22
Octal 46 106 205 107 57 0 60 334 70 42
Binary 100110 1000110 10000101 1000111 101111 0 110000 11011100 111000 100010

Color Harmonies of #264685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264685

Black with #264685

Text Example


Text Example

White with #264685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #264685; }

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

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

background-color css

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

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

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

border-color css

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

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

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