Html Css Color HEX #261ABD Persian Blue

📋 copy color: '#261ABD'

red 38 ◦ green 26 ◦ blue 189

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

Shades of Persian Blue #261ABD

Tints of Persian Blue #261ABD

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.28%

 BLUE value IS 189 (74.22% from 255) = 74.7%

R = 15.02%
G = 10.28%
B = 74.7%

CMYK

 C value IS 0.80

 M value IS 0.86

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#261ABD (or 0x261ABD) is known color: Persian Blue. HEX triplet: 26, 1A and BD. RGB value is (38,26,189). Sum of RGB (Red+Green+Blue) = 38+26+189=253 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.02% from 253); Green value is 26 (10.55% from 255 or 10.28% from 253); Blue value is 189 (74.22% from 255 or 74.70% from 253); Max value from RGB is 189 - color contains mainly: blue. Hex color #261ABD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #261ABD is #D9E542. Grayscale: #2F2F2F. Windows color (decimal): -14280003 or 12392998. OLE color: 12392998.

HSL color Cylindrical-coordinate representation of color #261ABD: hue angle of 244.42º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #261ABD is Cyan = 0.80, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 38 26 189 -
CMYK 0.80 0.86 0 0.26
HSL 244.42º 0.76% 0.42% -
HSV(B) 244.42º 0.86% 0.74% -
XYZ 10.35 4.82 48.53 -
YUV 48.17 207.48 120.75 -
System Red Green Blue C M Y K H S L
Decimal 38 26 189 0.80 0.86 0 0.26 244.42 0.76 0.42
Hex 26 1A BD 50 56 0 1A F4 4C 2A
Octal 46 32 275 120 126 0 32 364 114 52
Binary 100110 11010 10111101 1010000 1010110 0 11010 11110100 1001100 101010

Color Harmonies of #261ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261ABD

Black with #261ABD

Text Example


Text Example

White with #261ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #261ABD; }

 p { color: rgb(38,26,189); }

 H1.HeaderClassName
 {
   color: #261ABD;
 }
 .AnyTagClassName
 {
   color: #261ABD;
 }
</style>

background-color css

<style>
 a { background-color: #261ABD; }

 a { background-color: rgb(38,26,189); }

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

border-color css

<style>
 span { border-color: #261ABD; }

 span { border-color: rgb(38,26,189); }

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