Html Css Color HEX #263BD3 Persian Blue

📋 copy color: '#263BD3'

red 38 ◦ green 59 ◦ blue 211

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

Shades of Persian Blue #263BD3

Tints of Persian Blue #263BD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 68.51%

R = 12.34%
G = 19.16%
B = 68.51%

CMYK

 C value IS 0.82

 M value IS 0.72

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#263BD3 (or 0x263BD3) is known color: Persian Blue. HEX triplet: 26, 3B and D3. RGB value is (38,59,211). Sum of RGB (Red+Green+Blue) = 38+59+211=308 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.34% from 308); Green value is 59 (23.44% from 255 or 19.16% from 308); Blue value is 211 (82.81% from 255 or 68.51% from 308); Max value from RGB is 211 - color contains mainly: blue. Hex color #263BD3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #263BD3 is #D9C42C. Grayscale: #454545. Windows color (decimal): -14271533 or 13843238. OLE color: 13843238.

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

Color convert

RGB 38 59 211 -
CMYK 0.82 0.72 0 0.17
HSL 232.72º 0.69% 0.49% -
HSV(B) 232.72º 0.82% 0.83% -
XYZ 14.12 8.24 62.47 -
YUV 70.05 207.54 105.14 -
System Red Green Blue C M Y K H S L
Decimal 38 59 211 0.82 0.72 0 0.17 232.72 0.69 0.49
Hex 26 3B D3 52 48 0 11 E9 45 31
Octal 46 73 323 122 110 0 21 351 105 61
Binary 100110 111011 11010011 1010010 1001000 0 10001 11101001 1000101 110001

Color Harmonies of #263BD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263BD3

Black with #263BD3

Text Example


Text Example

White with #263BD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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