Html Css Color HEX #263FCB Persian Blue

📋 copy color: '#263FCB'

red 38 ◦ green 63 ◦ blue 203

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

Shades of Persian Blue #263FCB

Tints of Persian Blue #263FCB

RGB

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

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

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

R = 12.5%
G = 20.72%
B = 66.78%

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

#263FCB (or 0x263FCB) is known color: Persian Blue. HEX triplet: 26, 3F and CB. RGB value is (38,63,203). Sum of RGB (Red+Green+Blue) = 38+63+203=304 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.5% from 304); Green value is 63 (25% from 255 or 20.72% from 304); Blue value is 203 (79.69% from 255 or 66.78% from 304); Max value from RGB is 203 - color contains mainly: blue. Hex color #263FCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #263FCB is #D9C034. Grayscale: #464646. Windows color (decimal): -14270517 or 13319974. OLE color: 13319974.

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

Color convert

RGB 38 63 203 -
CMYK 0.81 0.69 0 0.20
HSL 230.91º 0.68% 0.47% -
HSV(B) 230.91º 0.81% 0.8% -
XYZ 13.36 8.28 57.39 -
YUV 71.49 202.22 104.12 -
System Red Green Blue C M Y K H S L
Decimal 38 63 203 0.81 0.69 0 0.20 230.91 0.68 0.47
Hex 26 3F CB 51 45 0 14 E7 44 2F
Octal 46 77 313 121 105 0 24 347 104 57
Binary 100110 111111 11001011 1010001 1000101 0 10100 11100111 1000100 101111

Color Harmonies of #263FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263FCB

Black with #263FCB

Text Example


Text Example

White with #263FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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