Html Css Color HEX #2C23D0 Persian Blue

📋 copy color: '#2C23D0'

red 44 ◦ green 35 ◦ blue 208

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

Shades of Persian Blue #2C23D0

Tints of Persian Blue #2C23D0

RGB

 RED value IS 44 (17.58% from 255) = 15.33%

 GREEN value IS 35 (14.06% from 255) = 12.2%

 BLUE value IS 208 (81.64% from 255) = 72.47%

R = 15.33%
G = 12.2%
B = 72.47%

CMYK

 C value IS 0.79

 M value IS 0.83

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#2C23D0 (or 0x2C23D0) is known color: Persian Blue. HEX triplet: 2C, 23 and D0. RGB value is (44,35,208). Sum of RGB (Red+Green+Blue) = 44+35+208=287 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.33% from 287); Green value is 35 (14.06% from 255 or 12.20% from 287); Blue value is 208 (81.64% from 255 or 72.47% from 287); Max value from RGB is 208 - color contains mainly: blue. Hex color #2C23D0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2C23D0 is #D3DC2F. Grayscale: #383838. Windows color (decimal): -13884464 or 13640492. OLE color: 13640492.

HSL color Cylindrical-coordinate representation of color #2C23D0: hue angle of 243.12º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2C23D0 is Cyan = 0.79, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 44 35 208 -
CMYK 0.79 0.83 0 0.18
HSL 243.12º 0.71% 0.48% -
HSV(B) 243.12º 0.83% 0.82% -
XYZ 13.02 6.29 60.2 -
YUV 57.41 212.98 118.43 -
System Red Green Blue C M Y K H S L
Decimal 44 35 208 0.79 0.83 0 0.18 243.12 0.71 0.48
Hex 2C 23 D0 4F 53 0 12 F3 47 30
Octal 54 43 320 117 123 0 22 363 107 60
Binary 101100 100011 11010000 1001111 1010011 0 10010 11110011 1000111 110000

Color Harmonies of #2C23D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C23D0

Black with #2C23D0

Text Example


Text Example

White with #2C23D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2C23D0; }

 p { color: rgb(44,35,208); }

 H1.HeaderClassName
 {
   color: #2C23D0;
 }
 .AnyTagClassName
 {
   color: #2C23D0;
 }
</style>

background-color css

<style>
 a { background-color: #2C23D0; }

 a { background-color: rgb(44,35,208); }

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

border-color css

<style>
 span { border-color: #2C23D0; }

 span { border-color: rgb(44,35,208); }

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