Html Css Color HEX #261DBC Persian Blue

📋 copy color: '#261DBC'

red 38 ◦ green 29 ◦ blue 188

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

Shades of Persian Blue #261DBC

Tints of Persian Blue #261DBC

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.37%

 BLUE value IS 188 (73.83% from 255) = 73.73%

R = 14.9%
G = 11.37%
B = 73.73%

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

#261DBC (or 0x261DBC) is known color: Persian Blue. HEX triplet: 26, 1D and BC. RGB value is (38,29,188). Sum of RGB (Red+Green+Blue) = 38+29+188=255 (33% of max value = 765). Red value is 38 (15.23% from 255 or 14.90% from 255); Green value is 29 (11.72% from 255 or 11.37% from 255); Blue value is 188 (73.83% from 255 or 73.73% from 255); Max value from RGB is 188 - color contains mainly: blue. Hex color #261DBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #261DBC is #D9E243. Grayscale: #313131. Windows color (decimal): -14279236 or 12328230. OLE color: 12328230.

HSL color Cylindrical-coordinate representation of color #261DBC: hue angle of 243.4º degrees, saturation: 0.73, 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 #261DBC is Cyan = 0.80, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 38 29 188 -
CMYK 0.80 0.85 0 0.26
HSL 243.4º 0.73% 0.43% -
HSV(B) 243.4º 0.85% 0.74% -
XYZ 10.32 4.92 47.98 -
YUV 49.82 205.98 119.57 -
System Red Green Blue C M Y K H S L
Decimal 38 29 188 0.80 0.85 0 0.26 243.4 0.73 0.43
Hex 26 1D BC 50 55 0 1A F3 49 2B
Octal 46 35 274 120 125 0 32 363 111 53
Binary 100110 11101 10111100 1010000 1010101 0 11010 11110011 1001001 101011

Color Harmonies of #261DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261DBC

Black with #261DBC

Text Example


Text Example

White with #261DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,29,188); }

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

background-color css

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

 a { background-color: rgb(38,29,188); }

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

border-color css

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

 span { border-color: rgb(38,29,188); }

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