Html Css Color HEX #263BCB Persian Blue

📋 copy color: '#263BCB'

red 38 ◦ green 59 ◦ blue 203

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

Shades of Persian Blue #263BCB

Tints of Persian Blue #263BCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 67.67%

R = 12.67%
G = 19.67%
B = 67.67%

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

#263BCB (or 0x263BCB) is known color: Persian Blue. HEX triplet: 26, 3B and CB. RGB value is (38,59,203). Sum of RGB (Red+Green+Blue) = 38+59+203=300 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.67% from 300); Green value is 59 (23.44% from 255 or 19.67% from 300); Blue value is 203 (79.69% from 255 or 67.67% from 300); Max value from RGB is 203 - color contains mainly: blue. Hex color #263BCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #263BCB is #D9C434. Grayscale: #444444. Windows color (decimal): -14271541 or 13318950. OLE color: 13318950.

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

Color convert

RGB 38 59 203 -
CMYK 0.81 0.71 0 0.20
HSL 232.36º 0.68% 0.47% -
HSV(B) 232.36º 0.81% 0.8% -
XYZ 13.14 7.85 57.32 -
YUV 69.14 203.54 105.79 -
System Red Green Blue C M Y K H S L
Decimal 38 59 203 0.81 0.71 0 0.20 232.36 0.68 0.47
Hex 26 3B CB 51 47 0 14 E8 44 2F
Octal 46 73 313 121 107 0 24 350 104 57
Binary 100110 111011 11001011 1010001 1000111 0 10100 11101000 1000100 101111

Color Harmonies of #263BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263BCB

Black with #263BCB

Text Example


Text Example

White with #263BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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