Html Css Color HEX #263BDD Persian Blue

📋 copy color: '#263BDD'

red 38 ◦ green 59 ◦ blue 221

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

Shades of Persian Blue #263BDD

Tints of Persian Blue #263BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 69.5%

R = 11.95%
G = 18.55%
B = 69.5%

CMYK

 C value IS 0.83

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#263BDD (or 0x263BDD) is known color: Persian Blue. HEX triplet: 26, 3B and DD. RGB value is (38,59,221). Sum of RGB (Red+Green+Blue) = 38+59+221=318 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.95% from 318); Green value is 59 (23.44% from 255 or 18.55% from 318); Blue value is 221 (86.72% from 255 or 69.50% from 318); Max value from RGB is 221 - color contains mainly: blue. Hex color #263BDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #263BDD is #D9C422. Grayscale: #464646. Windows color (decimal): -14271523 or 14498598. OLE color: 14498598.

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

Color convert

RGB 38 59 221 -
CMYK 0.83 0.73 0 0.13
HSL 233.11º 0.73% 0.51% -
HSV(B) 233.11º 0.83% 0.87% -
XYZ 15.41 8.76 69.29 -
YUV 71.19 212.54 104.33 -
System Red Green Blue C M Y K H S L
Decimal 38 59 221 0.83 0.73 0 0.13 233.11 0.73 0.51
Hex 26 3B DD 53 49 0 D E9 49 33
Octal 46 73 335 123 111 0 15 351 111 63
Binary 100110 111011 11011101 1010011 1001001 0 1101 11101001 1001001 110011

Color Harmonies of #263BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263BDD

Black with #263BDD

Text Example


Text Example

White with #263BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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