Html Css Color HEX #263DCB Persian Blue

📋 copy color: '#263DCB'

red 38 ◦ green 61 ◦ blue 203

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

Shades of Persian Blue #263DCB

Tints of Persian Blue #263DCB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20.2%

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

R = 12.58%
G = 20.2%
B = 67.22%

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

#263DCB (or 0x263DCB) is known color: Persian Blue. HEX triplet: 26, 3D and CB. RGB value is (38,61,203). Sum of RGB (Red+Green+Blue) = 38+61+203=302 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.58% from 302); Green value is 61 (24.22% from 255 or 20.20% from 302); Blue value is 203 (79.69% from 255 or 67.22% from 302); Max value from RGB is 203 - color contains mainly: blue. Hex color #263DCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #263DCB is #D9C234. Grayscale: #454545. Windows color (decimal): -14271029 or 13319462. OLE color: 13319462.

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

Color convert

RGB 38 61 203 -
CMYK 0.81 0.70 0 0.20
HSL 231.64º 0.68% 0.47% -
HSV(B) 231.64º 0.81% 0.8% -
XYZ 13.25 8.06 57.36 -
YUV 70.31 202.88 104.95 -
System Red Green Blue C M Y K H S L
Decimal 38 61 203 0.81 0.70 0 0.20 231.64 0.68 0.47
Hex 26 3D CB 51 46 0 14 E8 44 2F
Octal 46 75 313 121 106 0 24 350 104 57
Binary 100110 111101 11001011 1010001 1000110 0 10100 11101000 1000100 101111

Color Harmonies of #263DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263DCB

Black with #263DCB

Text Example


Text Example

White with #263DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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