Html Css Color HEX #263ECB Persian Blue

📋 copy color: '#263ECB'

red 38 ◦ green 62 ◦ blue 203

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

Shades of Persian Blue #263ECB

Tints of Persian Blue #263ECB

RGB

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

 GREEN value IS 62 (24.61% from 255) = 20.46%

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

R = 12.54%
G = 20.46%
B = 67%

CMYK

 C value IS 0.81

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#263ECB (or 0x263ECB) is known color: Persian Blue. HEX triplet: 26, 3E and CB. RGB value is (38,62,203). Sum of RGB (Red+Green+Blue) = 38+62+203=303 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.54% from 303); Green value is 62 (24.61% from 255 or 20.46% from 303); Blue value is 203 (79.69% from 255 or 67.00% from 303); Max value from RGB is 203 - color contains mainly: blue. Hex color #263ECB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #263ECB is #D9C134. Grayscale: #464646. Windows color (decimal): -14270773 or 13319718. OLE color: 13319718.

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

Color convert

RGB 38 62 203 -
CMYK 0.81 0.69 0 0.20
HSL 231.27º 0.68% 0.47% -
HSV(B) 231.27º 0.81% 0.8% -
XYZ 13.3 8.17 57.38 -
YUV 70.9 202.55 104.54 -
System Red Green Blue C M Y K H S L
Decimal 38 62 203 0.81 0.69 0 0.20 231.27 0.68 0.47
Hex 26 3E CB 51 45 0 14 E7 44 2F
Octal 46 76 313 121 105 0 24 347 104 57
Binary 100110 111110 11001011 1010001 1000101 0 10100 11100111 1000100 101111

Color Harmonies of #263ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263ECB

Black with #263ECB

Text Example


Text Example

White with #263ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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