Html Css Color HEX #263FBF Persian Blue

📋 copy color: '#263FBF'

red 38 ◦ green 63 ◦ blue 191

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

Shades of Persian Blue #263FBF

Tints of Persian Blue #263FBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 65.41%

R = 13.01%
G = 21.58%
B = 65.41%

CMYK

 C value IS 0.80

 M value IS 0.67

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#263FBF (or 0x263FBF) is known color: Persian Blue. HEX triplet: 26, 3F and BF. RGB value is (38,63,191). Sum of RGB (Red+Green+Blue) = 38+63+191=292 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.01% from 292); Green value is 63 (25% from 255 or 21.58% from 292); Blue value is 191 (75% from 255 or 65.41% from 292); Max value from RGB is 191 - color contains mainly: blue. Hex color #263FBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #263FBF is #D9C040. Grayscale: #454545. Windows color (decimal): -14270529 or 12533542. OLE color: 12533542.

HSL color Cylindrical-coordinate representation of color #263FBF: hue angle of 230.2º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #263FBF is Cyan = 0.80, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 38 63 191 -
CMYK 0.80 0.67 0 0.25
HSL 230.2º 0.67% 0.45% -
HSV(B) 230.2º 0.8% 0.75% -
XYZ 11.98 7.73 50.15 -
YUV 70.12 196.22 105.09 -
System Red Green Blue C M Y K H S L
Decimal 38 63 191 0.80 0.67 0 0.25 230.2 0.67 0.45
Hex 26 3F BF 50 43 0 19 E6 43 2D
Octal 46 77 277 120 103 0 31 346 103 55
Binary 100110 111111 10111111 1010000 1000011 0 11001 11100110 1000011 101101

Color Harmonies of #263FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263FBF

Black with #263FBF

Text Example


Text Example

White with #263FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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