Html Css Color HEX #263CAA Persian Blue

📋 copy color: '#263CAA'

red 38 ◦ green 60 ◦ blue 170

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

Shades of Persian Blue #263CAA

Tints of Persian Blue #263CAA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 22.39%

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

R = 14.18%
G = 22.39%
B = 63.43%

CMYK

 C value IS 0.78

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#263CAA (or 0x263CAA) is known color: Persian Blue. HEX triplet: 26, 3C and AA. RGB value is (38,60,170). Sum of RGB (Red+Green+Blue) = 38+60+170=268 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.18% from 268); Green value is 60 (23.83% from 255 or 22.39% from 268); Blue value is 170 (66.80% from 255 or 63.43% from 268); Max value from RGB is 170 - color contains mainly: blue. Hex color #263CAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263CAA is #D9C355. Grayscale: #414141. Windows color (decimal): -14271318 or 11156518. OLE color: 11156518.

HSL color Cylindrical-coordinate representation of color #263CAA: hue angle of 230º 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 #263CAA is Cyan = 0.78, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 38 60 170 -
CMYK 0.78 0.65 0 0.33
HSL 230º 0.63% 0.41% -
HSV(B) 230º 0.78% 0.67% -
XYZ 9.67 6.55 38.78 -
YUV 65.96 186.71 108.06 -
System Red Green Blue C M Y K H S L
Decimal 38 60 170 0.78 0.65 0 0.33 230 0.63 0.41
Hex 26 3C AA 4E 41 0 21 E6 3F 29
Octal 46 74 252 116 101 0 41 346 77 51
Binary 100110 111100 10101010 1001110 1000001 0 100001 11100110 111111 101001

Color Harmonies of #263CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263CAA

Black with #263CAA

Text Example


Text Example

White with #263CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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