Html Css Color HEX #263BB0 Persian Blue

📋 copy color: '#263BB0'

red 38 ◦ green 59 ◦ blue 176

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

Shades of Persian Blue #263BB0

Tints of Persian Blue #263BB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 64.47%

R = 13.92%
G = 21.61%
B = 64.47%

CMYK

 C value IS 0.78

 M value IS 0.66

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#263BB0 (or 0x263BB0) is known color: Persian Blue. HEX triplet: 26, 3B and B0. RGB value is (38,59,176). Sum of RGB (Red+Green+Blue) = 38+59+176=273 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.92% from 273); Green value is 59 (23.44% from 255 or 21.61% from 273); Blue value is 176 (69.14% from 255 or 64.47% from 273); Max value from RGB is 176 - color contains mainly: blue. Hex color #263BB0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263BB0 is #D9C44F. Grayscale: #414141. Windows color (decimal): -14271568 or 11549478. OLE color: 11549478.

HSL color Cylindrical-coordinate representation of color #263BB0: hue angle of 230.87º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #263BB0 is Cyan = 0.78, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 38 59 176 -
CMYK 0.78 0.66 0 0.31
HSL 230.87º 0.64% 0.42% -
HSV(B) 230.87º 0.78% 0.69% -
XYZ 10.2 6.67 41.83 -
YUV 66.06 190.04 107.99 -
System Red Green Blue C M Y K H S L
Decimal 38 59 176 0.78 0.66 0 0.31 230.87 0.64 0.42
Hex 26 3B B0 4E 42 0 1F E7 40 2A
Octal 46 73 260 116 102 0 37 347 100 52
Binary 100110 111011 10110000 1001110 1000010 0 11111 11100111 1000000 101010

Color Harmonies of #263BB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263BB0

Black with #263BB0

Text Example


Text Example

White with #263BB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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