Html Css Color HEX #263CBF Persian Blue

📋 copy color: '#263CBF'

red 38 ◦ green 60 ◦ blue 191

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

Shades of Persian Blue #263CBF

Tints of Persian Blue #263CBF

RGB

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

 GREEN value IS 60 (23.83% from 255) = 20.76%

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

R = 13.15%
G = 20.76%
B = 66.09%

CMYK

 C value IS 0.80

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#263CBF (or 0x263CBF) is known color: Persian Blue. HEX triplet: 26, 3C and BF. RGB value is (38,60,191). Sum of RGB (Red+Green+Blue) = 38+60+191=289 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.15% from 289); Green value is 60 (23.83% from 255 or 20.76% from 289); Blue value is 191 (75% from 255 or 66.09% from 289); Max value from RGB is 191 - color contains mainly: blue. Hex color #263CBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #263CBF is #D9C340. Grayscale: #434343. Windows color (decimal): -14271297 or 12532774. OLE color: 12532774.

HSL color Cylindrical-coordinate representation of color #263CBF: hue angle of 231.37º 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 #263CBF is Cyan = 0.80, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 38 60 191 -
CMYK 0.80 0.69 0 0.25
HSL 231.37º 0.67% 0.45% -
HSV(B) 231.37º 0.8% 0.75% -
XYZ 11.82 7.41 50.1 -
YUV 68.36 197.21 106.35 -
System Red Green Blue C M Y K H S L
Decimal 38 60 191 0.80 0.69 0 0.25 231.37 0.67 0.45
Hex 26 3C BF 50 45 0 19 E7 43 2D
Octal 46 74 277 120 105 0 31 347 103 55
Binary 100110 111100 10111111 1010000 1000101 0 11001 11100111 1000011 101101

Color Harmonies of #263CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263CBF

Black with #263CBF

Text Example


Text Example

White with #263CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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