Html Css Color HEX #233EBC Persian Blue

📋 copy color: '#233EBC'

red 35 ◦ green 62 ◦ blue 188

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

Shades of Persian Blue #233EBC

Tints of Persian Blue #233EBC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 21.75%

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

R = 12.28%
G = 21.75%
B = 65.96%

CMYK

 C value IS 0.81

 M value IS 0.67

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#233EBC (or 0x233EBC) is known color: Persian Blue. HEX triplet: 23, 3E and BC. RGB value is (35,62,188). Sum of RGB (Red+Green+Blue) = 35+62+188=285 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.28% from 285); Green value is 62 (24.61% from 255 or 21.75% from 285); Blue value is 188 (73.83% from 255 or 65.96% from 285); Max value from RGB is 188 - color contains mainly: blue. Hex color #233EBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #233EBC is #DCC143. Grayscale: #434343. Windows color (decimal): -14467396 or 12336675. OLE color: 12336675.

HSL color Cylindrical-coordinate representation of color #233EBC: hue angle of 229.41º 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 #233EBC is Cyan = 0.81, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 35 62 188 -
CMYK 0.81 0.67 0 0.26
HSL 229.41º 0.69% 0.44% -
HSV(B) 229.41º 0.81% 0.74% -
XYZ 11.49 7.43 48.41 -
YUV 68.29 195.55 104.25 -
System Red Green Blue C M Y K H S L
Decimal 35 62 188 0.81 0.67 0 0.26 229.41 0.69 0.44
Hex 23 3E BC 51 43 0 1A E5 45 2C
Octal 43 76 274 121 103 0 32 345 105 54
Binary 100011 111110 10111100 1010001 1000011 0 11010 11100101 1000101 101100

Color Harmonies of #233EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233EBC

Black with #233EBC

Text Example


Text Example

White with #233EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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