Html Css Color HEX #232CBB Persian Blue

📋 copy color: '#232CBB'

red 35 ◦ green 44 ◦ blue 187

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

Shades of Persian Blue #232CBB

Tints of Persian Blue #232CBB

RGB

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

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

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

R = 13.16%
G = 16.54%
B = 70.3%

CMYK

 C value IS 0.81

 M value IS 0.76

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#232CBB (or 0x232CBB) is known color: Persian Blue. HEX triplet: 23, 2C and BB. RGB value is (35,44,187). Sum of RGB (Red+Green+Blue) = 35+44+187=266 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.16% from 266); Green value is 44 (17.58% from 255 or 16.54% from 266); Blue value is 187 (73.44% from 255 or 70.30% from 266); Max value from RGB is 187 - color contains mainly: blue. Hex color #232CBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #232CBB is #DCD344. Grayscale: #393939. Windows color (decimal): -14472005 or 12266531. OLE color: 12266531.

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

Color convert

RGB 35 44 187 -
CMYK 0.81 0.76 0 0.27
HSL 236.45º 0.68% 0.44% -
HSV(B) 236.45º 0.81% 0.73% -
XYZ 10.56 5.75 47.57 -
YUV 57.61 201.02 111.87 -
System Red Green Blue C M Y K H S L
Decimal 35 44 187 0.81 0.76 0 0.27 236.45 0.68 0.44
Hex 23 2C BB 51 4C 0 1B EC 44 2C
Octal 43 54 273 121 114 0 33 354 104 54
Binary 100011 101100 10111011 1010001 1001100 0 11011 11101100 1000100 101100

Color Harmonies of #232CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232CBB

Black with #232CBB

Text Example


Text Example

White with #232CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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