Html Css Color HEX #263CDB Persian Blue

📋 copy color: '#263CDB'

red 38 ◦ green 60 ◦ blue 219

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

Shades of Persian Blue #263CDB

Tints of Persian Blue #263CDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 69.09%

R = 11.99%
G = 18.93%
B = 69.09%

CMYK

 C value IS 0.83

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#263CDB (or 0x263CDB) is known color: Persian Blue. HEX triplet: 26, 3C and DB. RGB value is (38,60,219). Sum of RGB (Red+Green+Blue) = 38+60+219=317 (41% of max value = 765). Red value is 38 (15.23% from 255 or 11.99% from 317); Green value is 60 (23.83% from 255 or 18.93% from 317); Blue value is 219 (85.94% from 255 or 69.09% from 317); Max value from RGB is 219 - color contains mainly: blue. Hex color #263CDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #263CDB is #D9C324. Grayscale: #464646. Windows color (decimal): -14271269 or 14367782. OLE color: 14367782.

HSL color Cylindrical-coordinate representation of color #263CDB: hue angle of 232.71º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #263CDB is Cyan = 0.83, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 38 60 219 -
CMYK 0.83 0.73 0 0.14
HSL 232.71º 0.72% 0.5% -
HSV(B) 232.71º 0.83% 0.86% -
XYZ 15.2 8.76 67.91 -
YUV 71.55 211.21 104.07 -
System Red Green Blue C M Y K H S L
Decimal 38 60 219 0.83 0.73 0 0.14 232.71 0.72 0.5
Hex 26 3C DB 53 49 0 E E9 48 32
Octal 46 74 333 123 111 0 16 351 110 62
Binary 100110 111100 11011011 1010011 1001001 0 1110 11101001 1001000 110010

Color Harmonies of #263CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263CDB

Black with #263CDB

Text Example


Text Example

White with #263CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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