Html Css Color HEX #231DCB Persian Blue

📋 copy color: '#231DCB'

red 35 ◦ green 29 ◦ blue 203

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

Shades of Persian Blue #231DCB

Tints of Persian Blue #231DCB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.86%

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

R = 13.11%
G = 10.86%
B = 76.03%

CMYK

 C value IS 0.83

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#231DCB (or 0x231DCB) is known color: Persian Blue. HEX triplet: 23, 1D and CB. RGB value is (35,29,203). Sum of RGB (Red+Green+Blue) = 35+29+203=267 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.11% from 267); Green value is 29 (11.72% from 255 or 10.86% from 267); Blue value is 203 (79.69% from 255 or 76.03% from 267); Max value from RGB is 203 - color contains mainly: blue. Hex color #231DCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #231DCB is #DCE234. Grayscale: #313131. Windows color (decimal): -14475829 or 13311267. OLE color: 13311267.

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

Color convert

RGB 35 29 203 -
CMYK 0.83 0.86 0 0.20
HSL 242.07º 0.75% 0.45% -
HSV(B) 242.07º 0.86% 0.8% -
XYZ 11.91 5.55 56.94 -
YUV 50.63 213.99 116.85 -
System Red Green Blue C M Y K H S L
Decimal 35 29 203 0.83 0.86 0 0.20 242.07 0.75 0.45
Hex 23 1D CB 53 56 0 14 F2 4B 2D
Octal 43 35 313 123 126 0 24 362 113 55
Binary 100011 11101 11001011 1010011 1010110 0 10100 11110010 1001011 101101

Color Harmonies of #231DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231DCB

Black with #231DCB

Text Example


Text Example

White with #231DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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