Html Css Color HEX #231DBC Persian Blue

📋 copy color: '#231DBC'

red 35 ◦ green 29 ◦ blue 188

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

Shades of Persian Blue #231DBC

Tints of Persian Blue #231DBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 74.6%

R = 13.89%
G = 11.51%
B = 74.6%

CMYK

 C value IS 0.81

 M value IS 0.85

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#231DBC (or 0x231DBC) is known color: Persian Blue. HEX triplet: 23, 1D and BC. RGB value is (35,29,188). Sum of RGB (Red+Green+Blue) = 35+29+188=252 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.89% from 252); Green value is 29 (11.72% from 255 or 11.51% from 252); Blue value is 188 (73.83% from 255 or 74.60% from 252); Max value from RGB is 188 - color contains mainly: blue. Hex color #231DBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #231DBC is #DCE243. Grayscale: #303030. Windows color (decimal): -14475844 or 12328227. OLE color: 12328227.

HSL color Cylindrical-coordinate representation of color #231DBC: hue angle of 242.26º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #231DBC is Cyan = 0.81, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 35 29 188 -
CMYK 0.81 0.85 0 0.26
HSL 242.26º 0.73% 0.43% -
HSV(B) 242.26º 0.85% 0.74% -
XYZ 10.21 4.87 47.98 -
YUV 48.92 206.49 118.07 -
System Red Green Blue C M Y K H S L
Decimal 35 29 188 0.81 0.85 0 0.26 242.26 0.73 0.43
Hex 23 1D BC 51 55 0 1A F2 49 2B
Octal 43 35 274 121 125 0 32 362 111 53
Binary 100011 11101 10111100 1010001 1010101 0 11010 11110010 1001001 101011

Color Harmonies of #231DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231DBC

Black with #231DBC

Text Example


Text Example

White with #231DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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