Html Css Color HEX #232EBC Persian Blue

📋 copy color: '#232EBC'

red 35 ◦ green 46 ◦ blue 188

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

Shades of Persian Blue #232EBC

Tints of Persian Blue #232EBC

RGB

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

 GREEN value IS 46 (18.36% from 255) = 17.1%

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

R = 13.01%
G = 17.1%
B = 69.89%

CMYK

 C value IS 0.81

 M value IS 0.76

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#232EBC (or 0x232EBC) is known color: Persian Blue. HEX triplet: 23, 2E and BC. RGB value is (35,46,188). Sum of RGB (Red+Green+Blue) = 35+46+188=269 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.01% from 269); Green value is 46 (18.36% from 255 or 17.10% from 269); Blue value is 188 (73.83% from 255 or 69.89% from 269); Max value from RGB is 188 - color contains mainly: blue. Hex color #232EBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #232EBC is #DCD143. Grayscale: #3A3A3A. Windows color (decimal): -14471492 or 12332579. OLE color: 12332579.

HSL color Cylindrical-coordinate representation of color #232EBC: hue angle of 235.69º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #232EBC is Cyan = 0.81, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 35 46 188 -
CMYK 0.81 0.76 0 0.26
HSL 235.69º 0.69% 0.44% -
HSV(B) 235.69º 0.81% 0.74% -
XYZ 10.75 5.94 48.16 -
YUV 58.9 200.86 110.95 -
System Red Green Blue C M Y K H S L
Decimal 35 46 188 0.81 0.76 0 0.26 235.69 0.69 0.44
Hex 23 2E BC 51 4C 0 1A EC 45 2C
Octal 43 56 274 121 114 0 32 354 105 54
Binary 100011 101110 10111100 1010001 1001100 0 11010 11101100 1000101 101100

Color Harmonies of #232EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232EBC

Black with #232EBC

Text Example


Text Example

White with #232EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232EBC; }

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

 H1.HeaderClassName
 {
   color: #232EBC;
 }
 .AnyTagClassName
 {
   color: #232EBC;
 }
</style>

background-color css

<style>
 a { background-color: #232EBC; }

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

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

border-color css

<style>
 span { border-color: #232EBC; }

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

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