Html Css Color HEX #261EBB Persian Blue

📋 copy color: '#261EBB'

red 38 ◦ green 30 ◦ blue 187

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

Shades of Persian Blue #261EBB

Tints of Persian Blue #261EBB

RGB

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

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

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

R = 14.9%
G = 11.76%
B = 73.33%

CMYK

 C value IS 0.80

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#261EBB (or 0x261EBB) is known color: Persian Blue. HEX triplet: 26, 1E and BB. RGB value is (38,30,187). Sum of RGB (Red+Green+Blue) = 38+30+187=255 (33% of max value = 765). Red value is 38 (15.23% from 255 or 14.90% from 255); Green value is 30 (12.11% from 255 or 11.76% from 255); Blue value is 187 (73.44% from 255 or 73.33% from 255); Max value from RGB is 187 - color contains mainly: blue. Hex color #261EBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #261EBB is #D9E144. Grayscale: #313131. Windows color (decimal): -14278981 or 12262950. OLE color: 12262950.

HSL color Cylindrical-coordinate representation of color #261EBB: hue angle of 243.06º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #261EBB is Cyan = 0.80, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 38 30 187 -
CMYK 0.80 0.84 0 0.27
HSL 243.06º 0.72% 0.43% -
HSV(B) 243.06º 0.84% 0.73% -
XYZ 10.23 4.93 47.43 -
YUV 50.29 205.15 119.23 -
System Red Green Blue C M Y K H S L
Decimal 38 30 187 0.80 0.84 0 0.27 243.06 0.72 0.43
Hex 26 1E BB 50 54 0 1B F3 48 2B
Octal 46 36 273 120 124 0 33 363 110 53
Binary 100110 11110 10111011 1010000 1010100 0 11011 11110011 1001000 101011

Color Harmonies of #261EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261EBB

Black with #261EBB

Text Example


Text Example

White with #261EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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