Html Css Color HEX #263DC9 Persian Blue

📋 copy color: '#263DC9'

red 38 ◦ green 61 ◦ blue 201

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

Shades of Persian Blue #263DC9

Tints of Persian Blue #263DC9

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20.33%

 BLUE value IS 201 (78.91% from 255) = 67%

R = 12.67%
G = 20.33%
B = 67%

CMYK

 C value IS 0.81

 M value IS 0.70

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#263DC9 (or 0x263DC9) is known color: Persian Blue. HEX triplet: 26, 3D and C9. RGB value is (38,61,201). Sum of RGB (Red+Green+Blue) = 38+61+201=300 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.67% from 300); Green value is 61 (24.22% from 255 or 20.33% from 300); Blue value is 201 (78.91% from 255 or 67% from 300); Max value from RGB is 201 - color contains mainly: blue. Hex color #263DC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #263DC9 is #D9C236. Grayscale: #454545. Windows color (decimal): -14271031 or 13188390. OLE color: 13188390.

HSL color Cylindrical-coordinate representation of color #263DC9: hue angle of 231.53º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #263DC9 is Cyan = 0.81, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 38 61 201 -
CMYK 0.81 0.70 0 0.21
HSL 231.53º 0.68% 0.47% -
HSV(B) 231.53º 0.81% 0.79% -
XYZ 13.01 7.97 56.11 -
YUV 70.08 201.88 105.12 -
System Red Green Blue C M Y K H S L
Decimal 38 61 201 0.81 0.70 0 0.21 231.53 0.68 0.47
Hex 26 3D C9 51 46 0 15 E8 44 2F
Octal 46 75 311 121 106 0 25 350 104 57
Binary 100110 111101 11001001 1010001 1000110 0 10101 11101000 1000100 101111

Color Harmonies of #263DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263DC9

Black with #263DC9

Text Example


Text Example

White with #263DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,61,201); }

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

background-color css

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

 a { background-color: rgb(38,61,201); }

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

border-color css

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

 span { border-color: rgb(38,61,201); }

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