Html Css Color HEX #231ACF Persian Blue

📋 copy color: '#231ACF'

red 35 ◦ green 26 ◦ blue 207

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

Shades of Persian Blue #231ACF

Tints of Persian Blue #231ACF

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.7%

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

R = 13.06%
G = 9.7%
B = 77.24%

CMYK

 C value IS 0.83

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#231ACF (or 0x231ACF) is known color: Persian Blue. HEX triplet: 23, 1A and CF. RGB value is (35,26,207). Sum of RGB (Red+Green+Blue) = 35+26+207=268 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.06% from 268); Green value is 26 (10.55% from 255 or 9.70% from 268); Blue value is 207 (81.25% from 255 or 77.24% from 268); Max value from RGB is 207 - color contains mainly: blue. Hex color #231ACF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #231ACF is #DCE530. Grayscale: #303030. Windows color (decimal): -14476593 or 13572643. OLE color: 13572643.

HSL color Cylindrical-coordinate representation of color #231ACF: hue angle of 242.98º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #231ACF is Cyan = 0.83, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 35 26 207 -
CMYK 0.83 0.87 0 0.19
HSL 242.98º 0.78% 0.46% -
HSV(B) 242.98º 0.87% 0.81% -
XYZ 12.33 5.6 59.46 -
YUV 49.33 216.98 117.78 -
System Red Green Blue C M Y K H S L
Decimal 35 26 207 0.83 0.87 0 0.19 242.98 0.78 0.46
Hex 23 1A CF 53 57 0 13 F3 4E 2E
Octal 43 32 317 123 127 0 23 363 116 56
Binary 100011 11010 11001111 1010011 1010111 0 10011 11110011 1001110 101110

Color Harmonies of #231ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231ACF

Black with #231ACF

Text Example


Text Example

White with #231ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231ACF; }

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

 H1.HeaderClassName
 {
   color: #231ACF;
 }
 .AnyTagClassName
 {
   color: #231ACF;
 }
</style>

background-color css

<style>
 a { background-color: #231ACF; }

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

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

border-color css

<style>
 span { border-color: #231ACF; }

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

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