Html Css Color HEX #368DDB Curious Blue

📋 copy color: '#368DDB'

red 54 ◦ green 141 ◦ blue 219

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

Shades of Curious Blue #368DDB

Tints of Curious Blue #368DDB

RGB

 RED value IS 54 (21.48% from 255) = 13.04%

 GREEN value IS 141 (55.47% from 255) = 34.06%

 BLUE value IS 219 (85.94% from 255) = 52.9%

R = 13.04%
G = 34.06%
B = 52.9%

CMYK

 C value IS 0.75

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#368DDB (or 0x368DDB) is known color: Curious Blue. HEX triplet: 36, 8D and DB. RGB value is (54,141,219). Sum of RGB (Red+Green+Blue) = 54+141+219=414 (54% of max value = 765). Red value is 54 (21.48% from 255 or 13.04% from 414); Green value is 141 (55.47% from 255 or 34.06% from 414); Blue value is 219 (85.94% from 255 or 52.90% from 414); Max value from RGB is 219 - color contains mainly: blue. Hex color #368DDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #368DDB is #C97224. Grayscale: #7B7B7B. Windows color (decimal): -13201957 or 14388534. OLE color: 14388534.

HSL color Cylindrical-coordinate representation of color #368DDB: hue angle of 208.36º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #368DDB is Cyan = 0.75, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 54 141 219 -
CMYK 0.75 0.36 0 0.14
HSL 208.36º 0.7% 0.54% -
HSV(B) 208.36º 0.75% 0.86% -
XYZ 23.83 24.95 70.58 -
YUV 123.88 181.68 78.16 -
System Red Green Blue C M Y K H S L
Decimal 54 141 219 0.75 0.36 0 0.14 208.36 0.7 0.54
Hex 36 8D DB 4B 24 0 E D0 46 36
Octal 66 215 333 113 44 0 16 320 106 66
Binary 110110 10001101 11011011 1001011 100100 0 1110 11010000 1000110 110110

Color Harmonies of #368DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368DDB

Black with #368DDB

Text Example


Text Example

White with #368DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368DDB; }

 p { color: rgb(54,141,219); }

 H1.HeaderClassName
 {
   color: #368DDB;
 }
 .AnyTagClassName
 {
   color: #368DDB;
 }
</style>

background-color css

<style>
 a { background-color: #368DDB; }

 a { background-color: rgb(54,141,219); }

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

border-color css

<style>
 span { border-color: #368DDB; }

 span { border-color: rgb(54,141,219); }

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