Html Css Color HEX #263FB7 Persian Blue

📋 copy color: '#263FB7'

red 38 ◦ green 63 ◦ blue 183

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

Shades of Persian Blue #263FB7

Tints of Persian Blue #263FB7

RGB

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

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

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

R = 13.38%
G = 22.18%
B = 64.44%

CMYK

 C value IS 0.79

 M value IS 0.66

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#263FB7 (or 0x263FB7) is known color: Persian Blue. HEX triplet: 26, 3F and B7. RGB value is (38,63,183). Sum of RGB (Red+Green+Blue) = 38+63+183=284 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.38% from 284); Green value is 63 (25% from 255 or 22.18% from 284); Blue value is 183 (71.88% from 255 or 64.44% from 284); Max value from RGB is 183 - color contains mainly: blue. Hex color #263FB7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #263FB7 is #D9C048. Grayscale: #444444. Windows color (decimal): -14270537 or 12009254. OLE color: 12009254.

HSL color Cylindrical-coordinate representation of color #263FB7: hue angle of 229.66º 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 #263FB7 is Cyan = 0.79, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 38 63 183 -
CMYK 0.79 0.66 0 0.28
HSL 229.66º 0.66% 0.43% -
HSV(B) 229.66º 0.79% 0.72% -
XYZ 11.12 7.39 45.64 -
YUV 69.21 192.22 105.74 -
System Red Green Blue C M Y K H S L
Decimal 38 63 183 0.79 0.66 0 0.28 229.66 0.66 0.43
Hex 26 3F B7 4F 42 0 1C E6 42 2B
Octal 46 77 267 117 102 0 34 346 102 53
Binary 100110 111111 10110111 1001111 1000010 0 11100 11100110 1000010 101011

Color Harmonies of #263FB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263FB7

Black with #263FB7

Text Example


Text Example

White with #263FB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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