Html Css Color HEX #263BD1 Persian Blue

📋 copy color: '#263BD1'

red 38 ◦ green 59 ◦ blue 209

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

Shades of Persian Blue #263BD1

Tints of Persian Blue #263BD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 68.3%

R = 12.42%
G = 19.28%
B = 68.3%

CMYK

 C value IS 0.82

 M value IS 0.72

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#263BD1 (or 0x263BD1) is known color: Persian Blue. HEX triplet: 26, 3B and D1. RGB value is (38,59,209). Sum of RGB (Red+Green+Blue) = 38+59+209=306 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.42% from 306); Green value is 59 (23.44% from 255 or 19.28% from 306); Blue value is 209 (82.03% from 255 or 68.30% from 306); Max value from RGB is 209 - color contains mainly: blue. Hex color #263BD1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #263BD1 is #D9C42E. Grayscale: #454545. Windows color (decimal): -14271535 or 13712166. OLE color: 13712166.

HSL color Cylindrical-coordinate representation of color #263BD1: hue angle of 232.63º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #263BD1 is Cyan = 0.82, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 38 59 209 -
CMYK 0.82 0.72 0 0.18
HSL 232.63º 0.69% 0.48% -
HSV(B) 232.63º 0.82% 0.82% -
XYZ 13.87 8.14 61.16 -
YUV 69.82 206.54 105.3 -
System Red Green Blue C M Y K H S L
Decimal 38 59 209 0.82 0.72 0 0.18 232.63 0.69 0.48
Hex 26 3B D1 52 48 0 12 E9 45 30
Octal 46 73 321 122 110 0 22 351 105 60
Binary 100110 111011 11010001 1010010 1001000 0 10010 11101001 1000101 110000

Color Harmonies of #263BD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263BD1

Black with #263BD1

Text Example


Text Example

White with #263BD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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