Html Css Color HEX #368DB4 Curious Blue

📋 copy color: '#368DB4'

red 54 ◦ green 141 ◦ blue 180

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

Shades of Curious Blue #368DB4

Tints of Curious Blue #368DB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 48%

R = 14.4%
G = 37.6%
B = 48%

CMYK

 C value IS 0.7

 M value IS 0.22

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#368DB4 (or 0x368DB4) is known color: Curious Blue. HEX triplet: 36, 8D and B4. RGB value is (54,141,180). Sum of RGB (Red+Green+Blue) = 54+141+180=375 (49% of max value = 765). Red value is 54 (21.48% from 255 or 14.4% from 375); Green value is 141 (55.47% from 255 or 37.6% from 375); Blue value is 180 (70.70% from 255 or 48% from 375); Max value from RGB is 180 - color contains mainly: blue. Hex color #368DB4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #368DB4 is #C9724B. Grayscale: #777777. Windows color (decimal): -13201996 or 11832630. OLE color: 11832630.

HSL color Cylindrical-coordinate representation of color #368DB4: hue angle of 198.57º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #368DB4 is Cyan = 0.7, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 54 141 180 -
CMYK 0.7 0.22 0 0.29
HSL 198.57º 0.54% 0.46% -
HSV(B) 198.57º 0.7% 0.71% -
XYZ 19.28 23.13 46.63 -
YUV 119.43 162.18 81.33 -
System Red Green Blue C M Y K H S L
Decimal 54 141 180 0.7 0.22 0 0.29 198.57 0.54 0.46
Hex 36 8D B4 46 16 0 1D C7 36 2E
Octal 66 215 264 106 26 0 35 307 66 56
Binary 110110 10001101 10110100 1000110 10110 0 11101 11000111 110110 101110

Color Harmonies of #368DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368DB4

Black with #368DB4

Text Example


Text Example

White with #368DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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