Html Css Color HEX #368BC1 Curious Blue

📋 copy color: '#368BC1'

red 54 ◦ green 139 ◦ blue 193

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

Shades of Curious Blue #368BC1

Tints of Curious Blue #368BC1

RGB

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

 GREEN value IS 139 (54.69% from 255) = 36.01%

 BLUE value IS 193 (75.78% from 255) = 50%

R = 13.99%
G = 36.01%
B = 50%

CMYK

 C value IS 0.72

 M value IS 0.28

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#368BC1 (or 0x368BC1) is known color: Curious Blue. HEX triplet: 36, 8B and C1. RGB value is (54,139,193). Sum of RGB (Red+Green+Blue) = 54+139+193=386 (51% of max value = 765). Red value is 54 (21.48% from 255 or 13.99% from 386); Green value is 139 (54.69% from 255 or 36.01% from 386); Blue value is 193 (75.78% from 255 or 50% from 386); Max value from RGB is 193 - color contains mainly: blue. Hex color #368BC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #368BC1 is #C9743E. Grayscale: #777777. Windows color (decimal): -13202495 or 12684086. OLE color: 12684086.

HSL color Cylindrical-coordinate representation of color #368BC1: hue angle of 203.31º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #368BC1 is Cyan = 0.72, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 54 139 193 -
CMYK 0.72 0.28 0 0.24
HSL 203.31º 0.56% 0.48% -
HSV(B) 203.31º 0.72% 0.76% -
XYZ 20.38 23.1 53.84 -
YUV 119.74 169.34 81.11 -
System Red Green Blue C M Y K H S L
Decimal 54 139 193 0.72 0.28 0 0.24 203.31 0.56 0.48
Hex 36 8B C1 48 1C 0 18 CB 38 30
Octal 66 213 301 110 34 0 30 313 70 60
Binary 110110 10001011 11000001 1001000 11100 0 11000 11001011 111000 110000

Color Harmonies of #368BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368BC1

Black with #368BC1

Text Example


Text Example

White with #368BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,139,193); }

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

background-color css

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

 a { background-color: rgb(54,139,193); }

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

border-color css

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

 span { border-color: rgb(54,139,193); }

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