Html Css Color HEX #263FAA Persian Blue

📋 copy color: '#263FAA'

red 38 ◦ green 63 ◦ blue 170

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

Shades of Persian Blue #263FAA

Tints of Persian Blue #263FAA

RGB

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

 GREEN value IS 63 (25% from 255) = 23.25%

 BLUE value IS 170 (66.8% from 255) = 62.73%

R = 14.02%
G = 23.25%
B = 62.73%

CMYK

 C value IS 0.78

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#263FAA (or 0x263FAA) is known color: Persian Blue. HEX triplet: 26, 3F and AA. RGB value is (38,63,170). Sum of RGB (Red+Green+Blue) = 38+63+170=271 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.02% from 271); Green value is 63 (25% from 255 or 23.25% from 271); Blue value is 170 (66.80% from 255 or 62.73% from 271); Max value from RGB is 170 - color contains mainly: blue. Hex color #263FAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263FAA is #D9C055. Grayscale: #434343. Windows color (decimal): -14270550 or 11157286. OLE color: 11157286.

HSL color Cylindrical-coordinate representation of color #263FAA: hue angle of 228.64º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #263FAA is Cyan = 0.78, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 38 63 170 -
CMYK 0.78 0.63 0 0.33
HSL 228.64º 0.63% 0.41% -
HSV(B) 228.64º 0.78% 0.67% -
XYZ 9.83 6.87 38.84 -
YUV 67.72 185.72 106.8 -
System Red Green Blue C M Y K H S L
Decimal 38 63 170 0.78 0.63 0 0.33 228.64 0.63 0.41
Hex 26 3F AA 4E 3F 0 21 E5 3F 29
Octal 46 77 252 116 77 0 41 345 77 51
Binary 100110 111111 10101010 1001110 111111 0 100001 11100101 111111 101001

Color Harmonies of #263FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263FAA

Black with #263FAA

Text Example


Text Example

White with #263FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #263FAA; }

 p { color: rgb(38,63,170); }

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

background-color css

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

 a { background-color: rgb(38,63,170); }

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

border-color css

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

 span { border-color: rgb(38,63,170); }

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