Html Css Color HEX #231CCF Persian Blue

📋 copy color: '#231CCF'

red 35 ◦ green 28 ◦ blue 207

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

Shades of Persian Blue #231CCF

Tints of Persian Blue #231CCF

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.37%

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

R = 12.96%
G = 10.37%
B = 76.67%

CMYK

 C value IS 0.83

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#231CCF (or 0x231CCF) is known color: Persian Blue. HEX triplet: 23, 1C and CF. RGB value is (35,28,207). Sum of RGB (Red+Green+Blue) = 35+28+207=270 (35% of max value = 765). Red value is 35 (14.06% from 255 or 12.96% from 270); Green value is 28 (11.33% from 255 or 10.37% from 270); Blue value is 207 (81.25% from 255 or 76.67% from 270); Max value from RGB is 207 - color contains mainly: blue. Hex color #231CCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #231CCF is #DCE330. Grayscale: #313131. Windows color (decimal): -14476081 or 13573155. OLE color: 13573155.

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

Color convert

RGB 35 28 207 -
CMYK 0.83 0.86 0 0.19
HSL 242.35º 0.76% 0.46% -
HSV(B) 242.35º 0.86% 0.81% -
XYZ 12.37 5.69 59.48 -
YUV 50.5 216.32 116.95 -
System Red Green Blue C M Y K H S L
Decimal 35 28 207 0.83 0.86 0 0.19 242.35 0.76 0.46
Hex 23 1C CF 53 56 0 13 F2 4C 2E
Octal 43 34 317 123 126 0 23 362 114 56
Binary 100011 11100 11001111 1010011 1010110 0 10011 11110010 1001100 101110

Color Harmonies of #231CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231CCF

Black with #231CCF

Text Example


Text Example

White with #231CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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