Html Css Color HEX #231DBE Persian Blue

📋 copy color: '#231DBE'

red 35 ◦ green 29 ◦ blue 190

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

Shades of Persian Blue #231DBE

Tints of Persian Blue #231DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 74.8%

R = 13.78%
G = 11.42%
B = 74.8%

CMYK

 C value IS 0.82

 M value IS 0.85

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#231DBE (or 0x231DBE) is known color: Persian Blue. HEX triplet: 23, 1D and BE. RGB value is (35,29,190). Sum of RGB (Red+Green+Blue) = 35+29+190=254 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.78% from 254); Green value is 29 (11.72% from 255 or 11.42% from 254); Blue value is 190 (74.61% from 255 or 74.80% from 254); Max value from RGB is 190 - color contains mainly: blue. Hex color #231DBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #231DBE is #DCE241. Grayscale: #303030. Windows color (decimal): -14475842 or 12459299. OLE color: 12459299.

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

Color convert

RGB 35 29 190 -
CMYK 0.82 0.85 0 0.25
HSL 242.24º 0.74% 0.43% -
HSV(B) 242.24º 0.85% 0.75% -
XYZ 10.43 4.95 49.12 -
YUV 49.15 207.49 117.91 -
System Red Green Blue C M Y K H S L
Decimal 35 29 190 0.82 0.85 0 0.25 242.24 0.74 0.43
Hex 23 1D BE 52 55 0 19 F2 4A 2B
Octal 43 35 276 122 125 0 31 362 112 53
Binary 100011 11101 10111110 1010010 1010101 0 11001 11110010 1001010 101011

Color Harmonies of #231DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231DBE

Black with #231DBE

Text Example


Text Example

White with #231DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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