Html Css Color HEX #263AE1 Persian Blue

📋 copy color: '#263AE1'

red 38 ◦ green 58 ◦ blue 225

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

Shades of Persian Blue #263AE1

Tints of Persian Blue #263AE1

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.07%

 BLUE value IS 225 (88.28% from 255) = 70.09%

R = 11.84%
G = 18.07%
B = 70.09%

CMYK

 C value IS 0.83

 M value IS 0.74

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#263AE1 (or 0x263AE1) is known color: Persian Blue. HEX triplet: 26, 3A and E1. RGB value is (38,58,225). Sum of RGB (Red+Green+Blue) = 38+58+225=321 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.84% from 321); Green value is 58 (23.05% from 255 or 18.07% from 321); Blue value is 225 (88.28% from 255 or 70.09% from 321); Max value from RGB is 225 - color contains mainly: blue. Hex color #263AE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #263AE1 is #D9C51E. Grayscale: #464646. Windows color (decimal): -14271775 or 14760486. OLE color: 14760486.

HSL color Cylindrical-coordinate representation of color #263AE1: hue angle of 233.58º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #263AE1 is Cyan = 0.83, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 38 58 225 -
CMYK 0.83 0.74 0 0.12
HSL 233.58º 0.76% 0.52% -
HSV(B) 233.58º 0.83% 0.88% -
XYZ 15.9 8.87 72.11 -
YUV 71.06 214.87 104.42 -
System Red Green Blue C M Y K H S L
Decimal 38 58 225 0.83 0.74 0 0.12 233.58 0.76 0.52
Hex 26 3A E1 53 4A 0 C EA 4C 34
Octal 46 72 341 123 112 0 14 352 114 64
Binary 100110 111010 11100001 1010011 1001010 0 1100 11101010 1001100 110100

Color Harmonies of #263AE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263AE1

Black with #263AE1

Text Example


Text Example

White with #263AE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,58,225); }

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

background-color css

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

 a { background-color: rgb(38,58,225); }

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

border-color css

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

 span { border-color: rgb(38,58,225); }

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