Html Css Color HEX #263ABB Persian Blue

📋 copy color: '#263ABB'

red 38 ◦ green 58 ◦ blue 187

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

Shades of Persian Blue #263ABB

Tints of Persian Blue #263ABB

RGB

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

 GREEN value IS 58 (23.05% from 255) = 20.49%

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

R = 13.43%
G = 20.49%
B = 66.08%

CMYK

 C value IS 0.80

 M value IS 0.69

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#263ABB (or 0x263ABB) is known color: Persian Blue. HEX triplet: 26, 3A and BB. RGB value is (38,58,187). Sum of RGB (Red+Green+Blue) = 38+58+187=283 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.43% from 283); Green value is 58 (23.05% from 255 or 20.49% from 283); Blue value is 187 (73.44% from 255 or 66.08% from 283); Max value from RGB is 187 - color contains mainly: blue. Hex color #263ABB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #263ABB is #D9C544. Grayscale: #424242. Windows color (decimal): -14271813 or 12270118. OLE color: 12270118.

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

Color convert

RGB 38 58 187 -
CMYK 0.80 0.69 0 0.27
HSL 231.95º 0.66% 0.44% -
HSV(B) 231.95º 0.8% 0.73% -
XYZ 11.28 7.03 47.78 -
YUV 66.73 195.87 107.51 -
System Red Green Blue C M Y K H S L
Decimal 38 58 187 0.80 0.69 0 0.27 231.95 0.66 0.44
Hex 26 3A BB 50 45 0 1B E8 42 2C
Octal 46 72 273 120 105 0 33 350 102 54
Binary 100110 111010 10111011 1010000 1000101 0 11011 11101000 1000010 101100

Color Harmonies of #263ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263ABB

Black with #263ABB

Text Example


Text Example

White with #263ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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