Html Css Color HEX #232CBF Persian Blue

📋 copy color: '#232CBF'

red 35 ◦ green 44 ◦ blue 191

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

Shades of Persian Blue #232CBF

Tints of Persian Blue #232CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 70.74%

R = 12.96%
G = 16.3%
B = 70.74%

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

#232CBF (or 0x232CBF) is known color: Persian Blue. HEX triplet: 23, 2C and BF. RGB value is (35,44,191). Sum of RGB (Red+Green+Blue) = 35+44+191=270 (35% of max value = 765). Red value is 35 (14.06% from 255 or 12.96% from 270); Green value is 44 (17.58% from 255 or 16.30% from 270); Blue value is 191 (75% from 255 or 70.74% from 270); Max value from RGB is 191 - color contains mainly: blue. Hex color #232CBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #232CBF is #DCD340. Grayscale: #393939. Windows color (decimal): -14472001 or 12528675. OLE color: 12528675.

HSL color Cylindrical-coordinate representation of color #232CBF: hue angle of 236.54º 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 #232CBF is Cyan = 0.82, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 35 44 191 -
CMYK 0.82 0.77 0 0.25
HSL 236.54º 0.69% 0.44% -
HSV(B) 236.54º 0.82% 0.75% -
XYZ 11 5.92 49.85 -
YUV 58.07 203.02 111.55 -
System Red Green Blue C M Y K H S L
Decimal 35 44 191 0.82 0.77 0 0.25 236.54 0.69 0.44
Hex 23 2C BF 52 4D 0 19 ED 45 2C
Octal 43 54 277 122 115 0 31 355 105 54
Binary 100011 101100 10111111 1010010 1001101 0 11001 11101101 1000101 101100

Color Harmonies of #232CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232CBF

Black with #232CBF

Text Example


Text Example

White with #232CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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