Html Css Color HEX #2325CA Persian Blue

📋 copy color: '#2325CA'

red 35 ◦ green 37 ◦ blue 202

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

Shades of Persian Blue #2325CA

Tints of Persian Blue #2325CA

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.5%

 BLUE value IS 202 (79.3% from 255) = 73.72%

R = 12.77%
G = 13.5%
B = 73.72%

CMYK

 C value IS 0.83

 M value IS 0.82

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#2325CA (or 0x2325CA) is known color: Persian Blue. HEX triplet: 23, 25 and CA. RGB value is (35,37,202). Sum of RGB (Red+Green+Blue) = 35+37+202=274 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.77% from 274); Green value is 37 (14.84% from 255 or 13.50% from 274); Blue value is 202 (79.30% from 255 or 73.72% from 274); Max value from RGB is 202 - color contains mainly: blue. Hex color #2325CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2325CA is #DCDA35. Grayscale: #363636. Windows color (decimal): -14473782 or 13247779. OLE color: 13247779.

HSL color Cylindrical-coordinate representation of color #2325CA: hue angle of 239.28º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2325CA is Cyan = 0.83, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 35 37 202 -
CMYK 0.83 0.82 0 0.21
HSL 239.28º 0.7% 0.46% -
HSV(B) 239.28º 0.83% 0.79% -
XYZ 12.02 5.94 56.39 -
YUV 55.21 210.84 113.58 -
System Red Green Blue C M Y K H S L
Decimal 35 37 202 0.83 0.82 0 0.21 239.28 0.7 0.46
Hex 23 25 CA 53 52 0 15 EF 46 2E
Octal 43 45 312 123 122 0 25 357 106 56
Binary 100011 100101 11001010 1010011 1010010 0 10101 11101111 1000110 101110

Color Harmonies of #2325CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2325CA

Black with #2325CA

Text Example


Text Example

White with #2325CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2325CA; }

 p { color: rgb(35,37,202); }

 H1.HeaderClassName
 {
   color: #2325CA;
 }
 .AnyTagClassName
 {
   color: #2325CA;
 }
</style>

background-color css

<style>
 a { background-color: #2325CA; }

 a { background-color: rgb(35,37,202); }

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

border-color css

<style>
 span { border-color: #2325CA; }

 span { border-color: rgb(35,37,202); }

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