Html Css Color HEX #263CCD Persian Blue

📋 copy color: '#263CCD'

red 38 ◦ green 60 ◦ blue 205

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

Shades of Persian Blue #263CCD

Tints of Persian Blue #263CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 67.66%

R = 12.54%
G = 19.8%
B = 67.66%

CMYK

 C value IS 0.81

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#263CCD (or 0x263CCD) is known color: Persian Blue. HEX triplet: 26, 3C and CD. RGB value is (38,60,205). Sum of RGB (Red+Green+Blue) = 38+60+205=303 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.54% from 303); Green value is 60 (23.83% from 255 or 19.80% from 303); Blue value is 205 (80.47% from 255 or 67.66% from 303); Max value from RGB is 205 - color contains mainly: blue. Hex color #263CCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #263CCD is #D9C332. Grayscale: #454545. Windows color (decimal): -14271283 or 13450278. OLE color: 13450278.

HSL color Cylindrical-coordinate representation of color #263CCD: hue angle of 232.1º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #263CCD is Cyan = 0.81, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 38 60 205 -
CMYK 0.81 0.71 0 0.20
HSL 232.1º 0.69% 0.48% -
HSV(B) 232.1º 0.81% 0.8% -
XYZ 13.43 8.05 58.6 -
YUV 69.95 204.21 105.21 -
System Red Green Blue C M Y K H S L
Decimal 38 60 205 0.81 0.71 0 0.20 232.1 0.69 0.48
Hex 26 3C CD 51 47 0 14 E8 45 30
Octal 46 74 315 121 107 0 24 350 105 60
Binary 100110 111100 11001101 1010001 1000111 0 10100 11101000 1000101 110000

Color Harmonies of #263CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263CCD

Black with #263CCD

Text Example


Text Example

White with #263CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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