Html Css Color HEX #261CBD Persian Blue

📋 copy color: '#261CBD'

red 38 ◦ green 28 ◦ blue 189

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

Shades of Persian Blue #261CBD

Tints of Persian Blue #261CBD

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.98%

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

R = 14.9%
G = 10.98%
B = 74.12%

CMYK

 C value IS 0.80

 M value IS 0.85

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#261CBD (or 0x261CBD) is known color: Persian Blue. HEX triplet: 26, 1C and BD. RGB value is (38,28,189). Sum of RGB (Red+Green+Blue) = 38+28+189=255 (33% of max value = 765). Red value is 38 (15.23% from 255 or 14.90% from 255); Green value is 28 (11.33% from 255 or 10.98% from 255); Blue value is 189 (74.22% from 255 or 74.12% from 255); Max value from RGB is 189 - color contains mainly: blue. Hex color #261CBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #261CBD is #D9E342. Grayscale: #303030. Windows color (decimal): -14279491 or 12393510. OLE color: 12393510.

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

Color convert

RGB 38 28 189 -
CMYK 0.80 0.85 0 0.26
HSL 243.73º 0.74% 0.43% -
HSV(B) 243.73º 0.85% 0.74% -
XYZ 10.4 4.92 48.55 -
YUV 49.34 206.81 119.91 -
System Red Green Blue C M Y K H S L
Decimal 38 28 189 0.80 0.85 0 0.26 243.73 0.74 0.43
Hex 26 1C BD 50 55 0 1A F4 4A 2B
Octal 46 34 275 120 125 0 32 364 112 53
Binary 100110 11100 10111101 1010000 1010101 0 11010 11110100 1001010 101011

Color Harmonies of #261CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261CBD

Black with #261CBD

Text Example


Text Example

White with #261CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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