Html Css Color HEX #231EBB Persian Blue

📋 copy color: '#231EBB'

red 35 ◦ green 30 ◦ blue 187

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

Shades of Persian Blue #231EBB

Tints of Persian Blue #231EBB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.9%

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

R = 13.89%
G = 11.9%
B = 74.21%

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

#231EBB (or 0x231EBB) is known color: Persian Blue. HEX triplet: 23, 1E and BB. RGB value is (35,30,187). Sum of RGB (Red+Green+Blue) = 35+30+187=252 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.89% from 252); Green value is 30 (12.11% from 255 or 11.90% from 252); Blue value is 187 (73.44% from 255 or 74.21% from 252); Max value from RGB is 187 - color contains mainly: blue. Hex color #231EBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #231EBB is #DCE144. Grayscale: #303030. Windows color (decimal): -14475589 or 12262947. OLE color: 12262947.

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

Color convert

RGB 35 30 187 -
CMYK 0.81 0.84 0 0.27
HSL 241.91º 0.72% 0.43% -
HSV(B) 241.91º 0.84% 0.73% -
XYZ 10.13 4.87 47.42 -
YUV 49.39 205.66 117.73 -
System Red Green Blue C M Y K H S L
Decimal 35 30 187 0.81 0.84 0 0.27 241.91 0.72 0.43
Hex 23 1E BB 51 54 0 1B F2 48 2B
Octal 43 36 273 121 124 0 33 362 110 53
Binary 100011 11110 10111011 1010001 1010100 0 11011 11110010 1001000 101011

Color Harmonies of #231EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231EBB

Black with #231EBB

Text Example


Text Example

White with #231EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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