Html Css Color HEX #231FCB Persian Blue

📋 copy color: '#231FCB'

red 35 ◦ green 31 ◦ blue 203

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

Shades of Persian Blue #231FCB

Tints of Persian Blue #231FCB

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.52%

 BLUE value IS 203 (79.69% from 255) = 75.46%

R = 13.01%
G = 11.52%
B = 75.46%

CMYK

 C value IS 0.83

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#231FCB (or 0x231FCB) is known color: Persian Blue. HEX triplet: 23, 1F and CB. RGB value is (35,31,203). Sum of RGB (Red+Green+Blue) = 35+31+203=269 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.01% from 269); Green value is 31 (12.5% from 255 or 11.52% from 269); Blue value is 203 (79.69% from 255 or 75.46% from 269); Max value from RGB is 203 - color contains mainly: blue. Hex color #231FCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #231FCB is #DCE034. Grayscale: #333333. Windows color (decimal): -14475317 or 13311779. OLE color: 13311779.

HSL color Cylindrical-coordinate representation of color #231FCB: hue angle of 241.4º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #231FCB is Cyan = 0.83, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 35 31 203 -
CMYK 0.83 0.85 0 0.20
HSL 241.4º 0.74% 0.46% -
HSV(B) 241.4º 0.85% 0.8% -
XYZ 11.96 5.65 56.96 -
YUV 51.8 213.33 116.01 -
System Red Green Blue C M Y K H S L
Decimal 35 31 203 0.83 0.85 0 0.20 241.4 0.74 0.46
Hex 23 1F CB 53 55 0 14 F1 4A 2E
Octal 43 37 313 123 125 0 24 361 112 56
Binary 100011 11111 11001011 1010011 1010101 0 10100 11110001 1001010 101110

Color Harmonies of #231FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231FCB

Black with #231FCB

Text Example


Text Example

White with #231FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,31,203); }

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

background-color css

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

 a { background-color: rgb(35,31,203); }

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

border-color css

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

 span { border-color: rgb(35,31,203); }

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