Html Css Color HEX #231DBB Persian Blue

📋 copy color: '#231DBB'

red 35 ◦ green 29 ◦ blue 187

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

Shades of Persian Blue #231DBB

Tints of Persian Blue #231DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 74.5%

R = 13.94%
G = 11.55%
B = 74.5%

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

#231DBB (or 0x231DBB) is known color: Persian Blue. HEX triplet: 23, 1D and BB. RGB value is (35,29,187). Sum of RGB (Red+Green+Blue) = 35+29+187=251 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.94% from 251); Green value is 29 (11.72% from 255 or 11.55% from 251); Blue value is 187 (73.44% from 255 or 74.50% from 251); Max value from RGB is 187 - color contains mainly: blue. Hex color #231DBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #231DBB is #DCE244. Grayscale: #303030. Windows color (decimal): -14475845 or 12262691. OLE color: 12262691.

HSL color Cylindrical-coordinate representation of color #231DBB: hue angle of 242.28º 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 #231DBB is Cyan = 0.81, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 35 29 187 -
CMYK 0.81 0.84 0 0.27
HSL 242.28º 0.73% 0.42% -
HSV(B) 242.28º 0.84% 0.73% -
XYZ 10.1 4.82 47.41 -
YUV 48.81 205.99 118.15 -
System Red Green Blue C M Y K H S L
Decimal 35 29 187 0.81 0.84 0 0.27 242.28 0.73 0.42
Hex 23 1D BB 51 54 0 1B F2 49 2A
Octal 43 35 273 121 124 0 33 362 111 52
Binary 100011 11101 10111011 1010001 1010100 0 11011 11110010 1001001 101010

Color Harmonies of #231DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231DBB

Black with #231DBB

Text Example


Text Example

White with #231DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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