Html Css Color HEX #263BDC Persian Blue

📋 copy color: '#263BDC'

red 38 ◦ green 59 ◦ blue 220

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

Shades of Persian Blue #263BDC

Tints of Persian Blue #263BDC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 18.61%

 BLUE value IS 220 (86.33% from 255) = 69.4%

R = 11.99%
G = 18.61%
B = 69.4%

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

#263BDC (or 0x263BDC) is known color: Persian Blue. HEX triplet: 26, 3B and DC. RGB value is (38,59,220). Sum of RGB (Red+Green+Blue) = 38+59+220=317 (41% of max value = 765). Red value is 38 (15.23% from 255 or 11.99% from 317); Green value is 59 (23.44% from 255 or 18.61% from 317); Blue value is 220 (86.33% from 255 or 69.40% from 317); Max value from RGB is 220 - color contains mainly: blue. Hex color #263BDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #263BDC is #D9C423. Grayscale: #464646. Windows color (decimal): -14271524 or 14433062. OLE color: 14433062.

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

Color convert

RGB 38 59 220 -
CMYK 0.83 0.73 0 0.14
HSL 233.08º 0.72% 0.51% -
HSV(B) 233.08º 0.83% 0.86% -
XYZ 15.28 8.71 68.59 -
YUV 71.08 212.04 104.41 -
System Red Green Blue C M Y K H S L
Decimal 38 59 220 0.83 0.73 0 0.14 233.08 0.72 0.51
Hex 26 3B DC 53 49 0 E E9 48 33
Octal 46 73 334 123 111 0 16 351 110 63
Binary 100110 111011 11011100 1010011 1001001 0 1110 11101001 1001000 110011

Color Harmonies of #263BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263BDC

Black with #263BDC

Text Example


Text Example

White with #263BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,59,220); }

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

background-color css

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

 a { background-color: rgb(38,59,220); }

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

border-color css

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

 span { border-color: rgb(38,59,220); }

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