Html Css Color HEX #2330C1 Persian Blue

📋 copy color: '#2330C1'

red 35 ◦ green 48 ◦ blue 193

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

Shades of Persian Blue #2330C1

Tints of Persian Blue #2330C1

RGB

 RED value IS 35 (14.06% from 255) = 12.68%

 GREEN value IS 48 (19.14% from 255) = 17.39%

 BLUE value IS 193 (75.78% from 255) = 69.93%

R = 12.68%
G = 17.39%
B = 69.93%

CMYK

 C value IS 0.82

 M value IS 0.75

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#2330C1 (or 0x2330C1) is known color: Persian Blue. HEX triplet: 23, 30 and C1. RGB value is (35,48,193). Sum of RGB (Red+Green+Blue) = 35+48+193=276 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.68% from 276); Green value is 48 (19.14% from 255 or 17.39% from 276); Blue value is 193 (75.78% from 255 or 69.93% from 276); Max value from RGB is 193 - color contains mainly: blue. Hex color #2330C1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2330C1 is #DCCF3E. Grayscale: #3C3C3C. Windows color (decimal): -14470975 or 12660771. OLE color: 12660771.

HSL color Cylindrical-coordinate representation of color #2330C1: hue angle of 235.06º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2330C1 is Cyan = 0.82, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 35 48 193 -
CMYK 0.82 0.75 0 0.24
HSL 235.06º 0.69% 0.45% -
HSV(B) 235.06º 0.82% 0.76% -
XYZ 11.38 6.32 51.07 -
YUV 60.64 202.69 109.71 -
System Red Green Blue C M Y K H S L
Decimal 35 48 193 0.82 0.75 0 0.24 235.06 0.69 0.45
Hex 23 30 C1 52 4B 0 18 EB 45 2D
Octal 43 60 301 122 113 0 30 353 105 55
Binary 100011 110000 11000001 1010010 1001011 0 11000 11101011 1000101 101101

Color Harmonies of #2330C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2330C1

Black with #2330C1

Text Example


Text Example

White with #2330C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2330C1; }

 p { color: rgb(35,48,193); }

 H1.HeaderClassName
 {
   color: #2330C1;
 }
 .AnyTagClassName
 {
   color: #2330C1;
 }
</style>

background-color css

<style>
 a { background-color: #2330C1; }

 a { background-color: rgb(35,48,193); }

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

border-color css

<style>
 span { border-color: #2330C1; }

 span { border-color: rgb(35,48,193); }

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