Html Css Color HEX #263BBB Persian Blue

📋 copy color: '#263BBB'

red 38 ◦ green 59 ◦ blue 187

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

Shades of Persian Blue #263BBB

Tints of Persian Blue #263BBB

RGB

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

 GREEN value IS 59 (23.44% from 255) = 20.77%

 BLUE value IS 187 (73.44% from 255) = 65.85%

R = 13.38%
G = 20.77%
B = 65.85%

CMYK

 C value IS 0.80

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#263BBB (or 0x263BBB) is known color: Persian Blue. HEX triplet: 26, 3B and BB. RGB value is (38,59,187). Sum of RGB (Red+Green+Blue) = 38+59+187=284 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.38% from 284); Green value is 59 (23.44% from 255 or 20.77% from 284); Blue value is 187 (73.44% from 255 or 65.85% from 284); Max value from RGB is 187 - color contains mainly: blue. Hex color #263BBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #263BBB is #D9C444. Grayscale: #424242. Windows color (decimal): -14271557 or 12270374. OLE color: 12270374.

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

Color convert

RGB 38 59 187 -
CMYK 0.80 0.68 0 0.27
HSL 231.54º 0.66% 0.44% -
HSV(B) 231.54º 0.8% 0.73% -
XYZ 11.33 7.13 47.79 -
YUV 67.31 195.54 107.09 -
System Red Green Blue C M Y K H S L
Decimal 38 59 187 0.80 0.68 0 0.27 231.54 0.66 0.44
Hex 26 3B BB 50 44 0 1B E8 42 2C
Octal 46 73 273 120 104 0 33 350 102 54
Binary 100110 111011 10111011 1010000 1000100 0 11011 11101000 1000010 101100

Color Harmonies of #263BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263BBB

Black with #263BBB

Text Example


Text Example

White with #263BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,59,187); }

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

background-color css

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

 a { background-color: rgb(38,59,187); }

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

border-color css

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

 span { border-color: rgb(38,59,187); }

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