Html Css Color HEX #263BCD Persian Blue

📋 copy color: '#263BCD'

red 38 ◦ green 59 ◦ blue 205

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

Shades of Persian Blue #263BCD

Tints of Persian Blue #263BCD

RGB

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

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

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

R = 12.58%
G = 19.54%
B = 67.88%

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

#263BCD (or 0x263BCD) is known color: Persian Blue. HEX triplet: 26, 3B and CD. RGB value is (38,59,205). Sum of RGB (Red+Green+Blue) = 38+59+205=302 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.58% from 302); Green value is 59 (23.44% from 255 or 19.54% from 302); Blue value is 205 (80.47% from 255 or 67.88% from 302); Max value from RGB is 205 - color contains mainly: blue. Hex color #263BCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #263BCD is #D9C432. Grayscale: #444444. Windows color (decimal): -14271539 or 13450022. OLE color: 13450022.

HSL color Cylindrical-coordinate representation of color #263BCD: hue angle of 232.46º 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 #263BCD is Cyan = 0.81, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 38 59 205 -
CMYK 0.81 0.71 0 0.20
HSL 232.46º 0.69% 0.48% -
HSV(B) 232.46º 0.81% 0.8% -
XYZ 13.38 7.95 58.59 -
YUV 69.37 204.54 105.63 -
System Red Green Blue C M Y K H S L
Decimal 38 59 205 0.81 0.71 0 0.20 232.46 0.69 0.48
Hex 26 3B CD 51 47 0 14 E8 45 30
Octal 46 73 315 121 107 0 24 350 105 60
Binary 100110 111011 11001101 1010001 1000111 0 10100 11101000 1000101 110000

Color Harmonies of #263BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263BCD

Black with #263BCD

Text Example


Text Example

White with #263BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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