Html Css Color HEX #232CBE Persian Blue

📋 copy color: '#232CBE'

red 35 ◦ green 44 ◦ blue 190

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

Shades of Persian Blue #232CBE

Tints of Persian Blue #232CBE

RGB

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

 GREEN value IS 44 (17.58% from 255) = 16.36%

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

R = 13.01%
G = 16.36%
B = 70.63%

CMYK

 C value IS 0.82

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#232CBE (or 0x232CBE) is known color: Persian Blue. HEX triplet: 23, 2C and BE. RGB value is (35,44,190). Sum of RGB (Red+Green+Blue) = 35+44+190=269 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.01% from 269); Green value is 44 (17.58% from 255 or 16.36% from 269); Blue value is 190 (74.61% from 255 or 70.63% from 269); Max value from RGB is 190 - color contains mainly: blue. Hex color #232CBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #232CBE is #DCD341. Grayscale: #393939. Windows color (decimal): -14472002 or 12463139. OLE color: 12463139.

HSL color Cylindrical-coordinate representation of color #232CBE: hue angle of 236.52º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #232CBE is Cyan = 0.82, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 35 44 190 -
CMYK 0.82 0.77 0 0.25
HSL 236.52º 0.69% 0.44% -
HSV(B) 236.52º 0.82% 0.75% -
XYZ 10.89 5.88 49.28 -
YUV 57.95 202.52 111.63 -
System Red Green Blue C M Y K H S L
Decimal 35 44 190 0.82 0.77 0 0.25 236.52 0.69 0.44
Hex 23 2C BE 52 4D 0 19 ED 45 2C
Octal 43 54 276 122 115 0 31 355 105 54
Binary 100011 101100 10111110 1010010 1001101 0 11001 11101101 1000101 101100

Color Harmonies of #232CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232CBE

Black with #232CBE

Text Example


Text Example

White with #232CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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