Html Css Color HEX #263CBA Persian Blue

📋 copy color: '#263CBA'

red 38 ◦ green 60 ◦ blue 186

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

Shades of Persian Blue #263CBA

Tints of Persian Blue #263CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 65.49%

R = 13.38%
G = 21.13%
B = 65.49%

CMYK

 C value IS 0.80

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#263CBA (or 0x263CBA) is known color: Persian Blue. HEX triplet: 26, 3C and BA. RGB value is (38,60,186). Sum of RGB (Red+Green+Blue) = 38+60+186=284 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.38% from 284); Green value is 60 (23.83% from 255 or 21.13% from 284); Blue value is 186 (73.05% from 255 or 65.49% from 284); Max value from RGB is 186 - color contains mainly: blue. Hex color #263CBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #263CBA is #D9C345. Grayscale: #434343. Windows color (decimal): -14271302 or 12205094. OLE color: 12205094.

HSL color Cylindrical-coordinate representation of color #263CBA: hue angle of 231.08º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #263CBA is Cyan = 0.80, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 38 60 186 -
CMYK 0.80 0.68 0 0.27
HSL 231.08º 0.66% 0.44% -
HSV(B) 231.08º 0.8% 0.73% -
XYZ 11.28 7.19 47.25 -
YUV 67.79 194.71 106.75 -
System Red Green Blue C M Y K H S L
Decimal 38 60 186 0.80 0.68 0 0.27 231.08 0.66 0.44
Hex 26 3C BA 50 44 0 1B E7 42 2C
Octal 46 74 272 120 104 0 33 347 102 54
Binary 100110 111100 10111010 1010000 1000100 0 11011 11100111 1000010 101100

Color Harmonies of #263CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263CBA

Black with #263CBA

Text Example


Text Example

White with #263CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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