Html Css Color HEX #261FCC Persian Blue

📋 copy color: '#261FCC'

red 38 ◦ green 31 ◦ blue 204

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

Shades of Persian Blue #261FCC

Tints of Persian Blue #261FCC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.36%

 BLUE value IS 204 (80.08% from 255) = 74.73%

R = 13.92%
G = 11.36%
B = 74.73%

CMYK

 C value IS 0.81

 M value IS 0.85

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#261FCC (or 0x261FCC) is known color: Persian Blue. HEX triplet: 26, 1F and CC. RGB value is (38,31,204). Sum of RGB (Red+Green+Blue) = 38+31+204=273 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.92% from 273); Green value is 31 (12.5% from 255 or 11.36% from 273); Blue value is 204 (80.08% from 255 or 74.73% from 273); Max value from RGB is 204 - color contains mainly: blue. Hex color #261FCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #261FCC is #D9E033. Grayscale: #343434. Windows color (decimal): -14278708 or 13377318. OLE color: 13377318.

HSL color Cylindrical-coordinate representation of color #261FCC: hue angle of 242.43º 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 #261FCC is Cyan = 0.81, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 38 31 204 -
CMYK 0.81 0.85 0 0.2
HSL 242.43º 0.74% 0.46% -
HSV(B) 242.43º 0.85% 0.8% -
XYZ 12.19 5.75 57.59 -
YUV 52.82 213.32 117.43 -
System Red Green Blue C M Y K H S L
Decimal 38 31 204 0.81 0.85 0 0.2 242.43 0.74 0.46
Hex 26 1F CC 51 55 0 14 F2 4A 2E
Octal 46 37 314 121 125 0 24 362 112 56
Binary 100110 11111 11001100 1010001 1010101 0 10100 11110010 1001010 101110

Color Harmonies of #261FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261FCC

Black with #261FCC

Text Example


Text Example

White with #261FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,31,204); }

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

background-color css

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

 a { background-color: rgb(38,31,204); }

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

border-color css

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

 span { border-color: rgb(38,31,204); }

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