Html Css Color HEX #231DBA Persian Blue

📋 copy color: '#231DBA'

red 35 ◦ green 29 ◦ blue 186

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

Shades of Persian Blue #231DBA

Tints of Persian Blue #231DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 74.4%

R = 14%
G = 11.6%
B = 74.4%

CMYK

 C value IS 0.81

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#231DBA (or 0x231DBA) is known color: Persian Blue. HEX triplet: 23, 1D and BA. RGB value is (35,29,186). Sum of RGB (Red+Green+Blue) = 35+29+186=250 (33% of max value = 765). Red value is 35 (14.06% from 255 or 14% from 250); Green value is 29 (11.72% from 255 or 11.6% from 250); Blue value is 186 (73.05% from 255 or 74.4% from 250); Max value from RGB is 186 - color contains mainly: blue. Hex color #231DBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #231DBA is #DCE245. Grayscale: #303030. Windows color (decimal): -14475846 or 12197155. OLE color: 12197155.

HSL color Cylindrical-coordinate representation of color #231DBA: hue angle of 242.29º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #231DBA is Cyan = 0.81, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 35 29 186 -
CMYK 0.81 0.84 0 0.27
HSL 242.29º 0.73% 0.42% -
HSV(B) 242.29º 0.84% 0.73% -
XYZ 10 4.78 46.85 -
YUV 48.69 205.49 118.23 -
System Red Green Blue C M Y K H S L
Decimal 35 29 186 0.81 0.84 0 0.27 242.29 0.73 0.42
Hex 23 1D BA 51 54 0 1B F2 49 2A
Octal 43 35 272 121 124 0 33 362 111 52
Binary 100011 11101 10111010 1010001 1010100 0 11011 11110010 1001001 101010

Color Harmonies of #231DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231DBA

Black with #231DBA

Text Example


Text Example

White with #231DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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