Html Css Color HEX #263DB7 Persian Blue

📋 copy color: '#263DB7'

red 38 ◦ green 61 ◦ blue 183

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

Shades of Persian Blue #263DB7

Tints of Persian Blue #263DB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 64.89%

R = 13.48%
G = 21.63%
B = 64.89%

CMYK

 C value IS 0.79

 M value IS 0.67

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#263DB7 (or 0x263DB7) is known color: Persian Blue. HEX triplet: 26, 3D and B7. RGB value is (38,61,183). Sum of RGB (Red+Green+Blue) = 38+61+183=282 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.48% from 282); Green value is 61 (24.22% from 255 or 21.63% from 282); Blue value is 183 (71.88% from 255 or 64.89% from 282); Max value from RGB is 183 - color contains mainly: blue. Hex color #263DB7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #263DB7 is #D9C248. Grayscale: #434343. Windows color (decimal): -14271049 or 12008742. OLE color: 12008742.

HSL color Cylindrical-coordinate representation of color #263DB7: hue angle of 230.48º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #263DB7 is Cyan = 0.79, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 38 61 183 -
CMYK 0.79 0.67 0 0.28
HSL 230.48º 0.66% 0.43% -
HSV(B) 230.48º 0.79% 0.72% -
XYZ 11.02 7.17 45.6 -
YUV 68.03 192.88 106.58 -
System Red Green Blue C M Y K H S L
Decimal 38 61 183 0.79 0.67 0 0.28 230.48 0.66 0.43
Hex 26 3D B7 4F 43 0 1C E6 42 2B
Octal 46 75 267 117 103 0 34 346 102 53
Binary 100110 111101 10110111 1001111 1000011 0 11100 11100110 1000010 101011

Color Harmonies of #263DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263DB7

Black with #263DB7

Text Example


Text Example

White with #263DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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