Html Css Color HEX #263CE0 Persian Blue

📋 copy color: '#263CE0'

red 38 ◦ green 60 ◦ blue 224

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

Shades of Persian Blue #263CE0

Tints of Persian Blue #263CE0

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.63%

 BLUE value IS 224 (87.89% from 255) = 69.57%

R = 11.8%
G = 18.63%
B = 69.57%

CMYK

 C value IS 0.83

 M value IS 0.73

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#263CE0 (or 0x263CE0) is known color: Persian Blue. HEX triplet: 26, 3C and E0. RGB value is (38,60,224). Sum of RGB (Red+Green+Blue) = 38+60+224=322 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.80% from 322); Green value is 60 (23.83% from 255 or 18.63% from 322); Blue value is 224 (87.89% from 255 or 69.57% from 322); Max value from RGB is 224 - color contains mainly: blue. Hex color #263CE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #263CE0 is #D9C31F. Grayscale: #474747. Windows color (decimal): -14271264 or 14695462. OLE color: 14695462.

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

Color convert

RGB 38 60 224 -
CMYK 0.83 0.73 0 0.12
HSL 232.9º 0.75% 0.51% -
HSV(B) 232.9º 0.83% 0.88% -
XYZ 15.87 9.03 71.43 -
YUV 72.12 213.71 103.66 -
System Red Green Blue C M Y K H S L
Decimal 38 60 224 0.83 0.73 0 0.12 232.9 0.75 0.51
Hex 26 3C E0 53 49 0 C E9 4B 33
Octal 46 74 340 123 111 0 14 351 113 63
Binary 100110 111100 11100000 1010011 1001001 0 1100 11101001 1001011 110011

Color Harmonies of #263CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263CE0

Black with #263CE0

Text Example


Text Example

White with #263CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,60,224); }

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

background-color css

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

 a { background-color: rgb(38,60,224); }

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

border-color css

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

 span { border-color: rgb(38,60,224); }

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