Html Css Color HEX #2329CF Persian Blue

📋 copy color: '#2329CF'

red 35 ◦ green 41 ◦ blue 207

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

Shades of Persian Blue #2329CF

Tints of Persian Blue #2329CF

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.49%

 BLUE value IS 207 (81.25% from 255) = 73.14%

R = 12.37%
G = 14.49%
B = 73.14%

CMYK

 C value IS 0.83

 M value IS 0.80

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2329CF (or 0x2329CF) is known color: Persian Blue. HEX triplet: 23, 29 and CF. RGB value is (35,41,207). Sum of RGB (Red+Green+Blue) = 35+41+207=283 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.37% from 283); Green value is 41 (16.41% from 255 or 14.49% from 283); Blue value is 207 (81.25% from 255 or 73.14% from 283); Max value from RGB is 207 - color contains mainly: blue. Hex color #2329CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2329CF is #DCD630. Grayscale: #393939. Windows color (decimal): -14472753 or 13576483. OLE color: 13576483.

HSL color Cylindrical-coordinate representation of color #2329CF: hue angle of 237.91º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2329CF is Cyan = 0.83, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 35 41 207 -
CMYK 0.83 0.80 0 0.19
HSL 237.91º 0.71% 0.47% -
HSV(B) 237.91º 0.83% 0.81% -
XYZ 12.75 6.45 59.6 -
YUV 58.13 212.01 111.5 -
System Red Green Blue C M Y K H S L
Decimal 35 41 207 0.83 0.80 0 0.19 237.91 0.71 0.47
Hex 23 29 CF 53 50 0 13 EE 47 2F
Octal 43 51 317 123 120 0 23 356 107 57
Binary 100011 101001 11001111 1010011 1010000 0 10011 11101110 1000111 101111

Color Harmonies of #2329CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2329CF

Black with #2329CF

Text Example


Text Example

White with #2329CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2329CF; }

 p { color: rgb(35,41,207); }

 H1.HeaderClassName
 {
   color: #2329CF;
 }
 .AnyTagClassName
 {
   color: #2329CF;
 }
</style>

background-color css

<style>
 a { background-color: #2329CF; }

 a { background-color: rgb(35,41,207); }

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

border-color css

<style>
 span { border-color: #2329CF; }

 span { border-color: rgb(35,41,207); }

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