Html Css Color HEX #2623C1 Persian Blue

📋 copy color: '#2623C1'

red 38 ◦ green 35 ◦ blue 193

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

Shades of Persian Blue #2623C1

Tints of Persian Blue #2623C1

RGB

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

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

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

R = 14.29%
G = 13.16%
B = 72.56%

CMYK

 C value IS 0.80

 M value IS 0.82

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#2623C1 (or 0x2623C1) is known color: Persian Blue. HEX triplet: 26, 23 and C1. RGB value is (38,35,193). Sum of RGB (Red+Green+Blue) = 38+35+193=266 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.29% from 266); Green value is 35 (14.06% from 255 or 13.16% from 266); Blue value is 193 (75.78% from 255 or 72.56% from 266); Max value from RGB is 193 - color contains mainly: blue. Hex color #2623C1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2623C1 is #D9DC3E. Grayscale: #353535. Windows color (decimal): -14277695 or 12657446. OLE color: 12657446.

HSL color Cylindrical-coordinate representation of color #2623C1: hue angle of 241.14º 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 #2623C1 is Cyan = 0.80, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 38 35 193 -
CMYK 0.80 0.82 0 0.24
HSL 241.14º 0.69% 0.45% -
HSV(B) 241.14º 0.82% 0.76% -
XYZ 11.03 5.46 50.93 -
YUV 53.91 206.49 116.65 -
System Red Green Blue C M Y K H S L
Decimal 38 35 193 0.80 0.82 0 0.24 241.14 0.69 0.45
Hex 26 23 C1 50 52 0 18 F1 45 2D
Octal 46 43 301 120 122 0 30 361 105 55
Binary 100110 100011 11000001 1010000 1010010 0 11000 11110001 1000101 101101

Color Harmonies of #2623C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2623C1

Black with #2623C1

Text Example


Text Example

White with #2623C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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