Html Css Color HEX #261EB6 Persian Blue

📋 copy color: '#261EB6'

red 38 ◦ green 30 ◦ blue 182

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

Shades of Persian Blue #261EB6

Tints of Persian Blue #261EB6

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12%

 BLUE value IS 182 (71.48% from 255) = 72.8%

R = 15.2%
G = 12%
B = 72.8%

CMYK

 C value IS 0.79

 M value IS 0.84

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#261EB6 (or 0x261EB6) is known color: Persian Blue. HEX triplet: 26, 1E and B6. RGB value is (38,30,182). Sum of RGB (Red+Green+Blue) = 38+30+182=250 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.2% from 250); Green value is 30 (12.11% from 255 or 12% from 250); Blue value is 182 (71.48% from 255 or 72.8% from 250); Max value from RGB is 182 - color contains mainly: blue. Hex color #261EB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #261EB6 is #D9E149. Grayscale: #313131. Windows color (decimal): -14278986 or 11935270. OLE color: 11935270.

HSL color Cylindrical-coordinate representation of color #261EB6: hue angle of 243.16º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #261EB6 is Cyan = 0.79, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 38 30 182 -
CMYK 0.79 0.84 0 0.29
HSL 243.16º 0.72% 0.42% -
HSV(B) 243.16º 0.84% 0.71% -
XYZ 9.71 4.72 44.66 -
YUV 49.72 202.65 119.64 -
System Red Green Blue C M Y K H S L
Decimal 38 30 182 0.79 0.84 0 0.29 243.16 0.72 0.42
Hex 26 1E B6 4F 54 0 1D F3 48 2A
Octal 46 36 266 117 124 0 35 363 110 52
Binary 100110 11110 10110110 1001111 1010100 0 11101 11110011 1001000 101010

Color Harmonies of #261EB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261EB6

Black with #261EB6

Text Example


Text Example

White with #261EB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,30,182); }

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

background-color css

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

 a { background-color: rgb(38,30,182); }

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

border-color css

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

 span { border-color: rgb(38,30,182); }

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