Html Css Color HEX #263FCA Persian Blue

📋 copy color: '#263FCA'

red 38 ◦ green 63 ◦ blue 202

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

Shades of Persian Blue #263FCA

Tints of Persian Blue #263FCA

RGB

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

 GREEN value IS 63 (25% from 255) = 20.79%

 BLUE value IS 202 (79.3% from 255) = 66.67%

R = 12.54%
G = 20.79%
B = 66.67%

CMYK

 C value IS 0.81

 M value IS 0.69

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#263FCA (or 0x263FCA) is known color: Persian Blue. HEX triplet: 26, 3F and CA. RGB value is (38,63,202). Sum of RGB (Red+Green+Blue) = 38+63+202=303 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.54% from 303); Green value is 63 (25% from 255 or 20.79% from 303); Blue value is 202 (79.30% from 255 or 66.67% from 303); Max value from RGB is 202 - color contains mainly: blue. Hex color #263FCA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #263FCA is #D9C035. Grayscale: #464646. Windows color (decimal): -14270518 or 13254438. OLE color: 13254438.

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

Color convert

RGB 38 63 202 -
CMYK 0.81 0.69 0 0.21
HSL 230.85º 0.68% 0.47% -
HSV(B) 230.85º 0.81% 0.79% -
XYZ 13.24 8.23 56.77 -
YUV 71.37 201.72 104.2 -
System Red Green Blue C M Y K H S L
Decimal 38 63 202 0.81 0.69 0 0.21 230.85 0.68 0.47
Hex 26 3F CA 51 45 0 15 E7 44 2F
Octal 46 77 312 121 105 0 25 347 104 57
Binary 100110 111111 11001010 1010001 1000101 0 10101 11100111 1000100 101111

Color Harmonies of #263FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263FCA

Black with #263FCA

Text Example


Text Example

White with #263FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,63,202); }

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

background-color css

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

 a { background-color: rgb(38,63,202); }

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

border-color css

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

 span { border-color: rgb(38,63,202); }

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