Html Css Color HEX #368EDA Curious Blue

📋 copy color: '#368EDA'

red 54 ◦ green 142 ◦ blue 218

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

Shades of Curious Blue #368EDA

Tints of Curious Blue #368EDA

RGB

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

 GREEN value IS 142 (55.86% from 255) = 34.3%

 BLUE value IS 218 (85.55% from 255) = 52.66%

R = 13.04%
G = 34.3%
B = 52.66%

CMYK

 C value IS 0.75

 M value IS 0.35

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#368EDA (or 0x368EDA) is known color: Curious Blue. HEX triplet: 36, 8E and DA. RGB value is (54,142,218). Sum of RGB (Red+Green+Blue) = 54+142+218=414 (54% of max value = 765). Red value is 54 (21.48% from 255 or 13.04% from 414); Green value is 142 (55.86% from 255 or 34.30% from 414); Blue value is 218 (85.55% from 255 or 52.66% from 414); Max value from RGB is 218 - color contains mainly: blue. Hex color #368EDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #368EDA is #C97125. Grayscale: #7B7B7B. Windows color (decimal): -13201702 or 14323254. OLE color: 14323254.

HSL color Cylindrical-coordinate representation of color #368EDA: hue angle of 207.8º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #368EDA is Cyan = 0.75, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 54 142 218 -
CMYK 0.75 0.35 0 0.15
HSL 207.8º 0.69% 0.53% -
HSV(B) 207.8º 0.75% 0.85% -
XYZ 23.85 25.19 69.94 -
YUV 124.35 180.85 77.82 -
System Red Green Blue C M Y K H S L
Decimal 54 142 218 0.75 0.35 0 0.15 207.8 0.69 0.53
Hex 36 8E DA 4B 23 0 F D0 45 35
Octal 66 216 332 113 43 0 17 320 105 65
Binary 110110 10001110 11011010 1001011 100011 0 1111 11010000 1000101 110101

Color Harmonies of #368EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368EDA

Black with #368EDA

Text Example


Text Example

White with #368EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,142,218); }

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

background-color css

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

 a { background-color: rgb(54,142,218); }

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

border-color css

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

 span { border-color: rgb(54,142,218); }

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