Html Css Color HEX #263FBA Persian Blue

📋 copy color: '#263FBA'

red 38 ◦ green 63 ◦ blue 186

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

Shades of Persian Blue #263FBA

Tints of Persian Blue #263FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 64.81%

R = 13.24%
G = 21.95%
B = 64.81%

CMYK

 C value IS 0.80

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#263FBA (or 0x263FBA) is known color: Persian Blue. HEX triplet: 26, 3F and BA. RGB value is (38,63,186). Sum of RGB (Red+Green+Blue) = 38+63+186=287 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.24% from 287); Green value is 63 (25% from 255 or 21.95% from 287); Blue value is 186 (73.05% from 255 or 64.81% from 287); Max value from RGB is 186 - color contains mainly: blue. Hex color #263FBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #263FBA is #D9C045. Grayscale: #454545. Windows color (decimal): -14270534 or 12205862. OLE color: 12205862.

HSL color Cylindrical-coordinate representation of color #263FBA: hue angle of 229.86º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #263FBA is Cyan = 0.80, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 38 63 186 -
CMYK 0.80 0.66 0 0.27
HSL 229.86º 0.66% 0.44% -
HSV(B) 229.86º 0.8% 0.73% -
XYZ 11.44 7.51 47.3 -
YUV 69.55 193.72 105.5 -
System Red Green Blue C M Y K H S L
Decimal 38 63 186 0.80 0.66 0 0.27 229.86 0.66 0.44
Hex 26 3F BA 50 42 0 1B E6 42 2C
Octal 46 77 272 120 102 0 33 346 102 54
Binary 100110 111111 10111010 1010000 1000010 0 11011 11100110 1000010 101100

Color Harmonies of #263FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263FBA

Black with #263FBA

Text Example


Text Example

White with #263FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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