Html Css Color HEX #261ECB Persian Blue

📋 copy color: '#261ECB'

red 38 ◦ green 30 ◦ blue 203

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

Shades of Persian Blue #261ECB

Tints of Persian Blue #261ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 74.91%

R = 14.02%
G = 11.07%
B = 74.91%

CMYK

 C value IS 0.81

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#261ECB (or 0x261ECB) is known color: Persian Blue. HEX triplet: 26, 1E and CB. RGB value is (38,30,203). Sum of RGB (Red+Green+Blue) = 38+30+203=271 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.02% from 271); Green value is 30 (12.11% from 255 or 11.07% from 271); Blue value is 203 (79.69% from 255 or 74.91% from 271); Max value from RGB is 203 - color contains mainly: blue. Hex color #261ECB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #261ECB is #D9E134. Grayscale: #333333. Windows color (decimal): -14278965 or 13311526. OLE color: 13311526.

HSL color Cylindrical-coordinate representation of color #261ECB: hue angle of 242.77º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #261ECB is Cyan = 0.81, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 38 30 203 -
CMYK 0.81 0.85 0 0.20
HSL 242.77º 0.74% 0.46% -
HSV(B) 242.77º 0.85% 0.8% -
XYZ 12.04 5.65 56.96 -
YUV 52.11 213.15 117.93 -
System Red Green Blue C M Y K H S L
Decimal 38 30 203 0.81 0.85 0 0.20 242.77 0.74 0.46
Hex 26 1E CB 51 55 0 14 F3 4A 2E
Octal 46 36 313 121 125 0 24 363 112 56
Binary 100110 11110 11001011 1010001 1010101 0 10100 11110011 1001010 101110

Color Harmonies of #261ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261ECB

Black with #261ECB

Text Example


Text Example

White with #261ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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