Html Css Color HEX #263CCB Persian Blue

📋 copy color: '#263CCB'

red 38 ◦ green 60 ◦ blue 203

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

Shades of Persian Blue #263CCB

Tints of Persian Blue #263CCB

RGB

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

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

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

R = 12.62%
G = 19.93%
B = 67.44%

CMYK

 C value IS 0.81

 M value IS 0.70

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#263CCB (or 0x263CCB) is known color: Persian Blue. HEX triplet: 26, 3C and CB. RGB value is (38,60,203). Sum of RGB (Red+Green+Blue) = 38+60+203=301 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.62% from 301); Green value is 60 (23.83% from 255 or 19.93% from 301); Blue value is 203 (79.69% from 255 or 67.44% from 301); Max value from RGB is 203 - color contains mainly: blue. Hex color #263CCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #263CCB is #D9C334. Grayscale: #454545. Windows color (decimal): -14271285 or 13319206. OLE color: 13319206.

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

Color convert

RGB 38 60 203 -
CMYK 0.81 0.70 0 0.20
HSL 232º 0.68% 0.47% -
HSV(B) 232º 0.81% 0.8% -
XYZ 13.19 7.96 57.34 -
YUV 69.72 203.21 105.37 -
System Red Green Blue C M Y K H S L
Decimal 38 60 203 0.81 0.70 0 0.20 232 0.68 0.47
Hex 26 3C CB 51 46 0 14 E8 44 2F
Octal 46 74 313 121 106 0 24 350 104 57
Binary 100110 111100 11001011 1010001 1000110 0 10100 11101000 1000100 101111

Color Harmonies of #263CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263CCB

Black with #263CCB

Text Example


Text Example

White with #263CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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