Html Css Color HEX #2385BA Pelorous

📋 copy color: '#2385BA'

red 35 ◦ green 133 ◦ blue 186

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

Shades of Pelorous #2385BA

Tints of Pelorous #2385BA

RGB

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

 GREEN value IS 133 (52.34% from 255) = 37.57%

 BLUE value IS 186 (73.05% from 255) = 52.54%

R = 9.89%
G = 37.57%
B = 52.54%

CMYK

 C value IS 0.81

 M value IS 0.28

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2385BA (or 0x2385BA) is known color: Pelorous. HEX triplet: 23, 85 and BA. RGB value is (35,133,186). Sum of RGB (Red+Green+Blue) = 35+133+186=354 (46% of max value = 765). Red value is 35 (14.06% from 255 or 9.89% from 354); Green value is 133 (52.34% from 255 or 37.57% from 354); Blue value is 186 (73.05% from 255 or 52.54% from 354); Max value from RGB is 186 - color contains mainly: blue. Hex color #2385BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2385BA is #DC7A45. Grayscale: #6D6D6D. Windows color (decimal): -14449222 or 12223779. OLE color: 12223779.

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

Color convert

RGB 35 133 186 -
CMYK 0.81 0.28 0 0.27
HSL 201.06º 0.68% 0.43% -
HSV(B) 201.06º 0.81% 0.73% -
XYZ 17.94 20.68 49.5 -
YUV 109.74 171.03 74.69 -
System Red Green Blue C M Y K H S L
Decimal 35 133 186 0.81 0.28 0 0.27 201.06 0.68 0.43
Hex 23 85 BA 51 1C 0 1B C9 44 2B
Octal 43 205 272 121 34 0 33 311 104 53
Binary 100011 10000101 10111010 1010001 11100 0 11011 11001001 1000100 101011

Color Harmonies of #2385BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2385BA

Black with #2385BA

Text Example


Text Example

White with #2385BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2385BA; }

 p { color: rgb(35,133,186); }

 H1.HeaderClassName
 {
   color: #2385BA;
 }
 .AnyTagClassName
 {
   color: #2385BA;
 }
</style>

background-color css

<style>
 a { background-color: #2385BA; }

 a { background-color: rgb(35,133,186); }

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

border-color css

<style>
 span { border-color: #2385BA; }

 span { border-color: rgb(35,133,186); }

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