Html Css Color HEX #368CDA Curious Blue

📋 copy color: '#368CDA'

red 54 ◦ green 140 ◦ blue 218

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

Shades of Curious Blue #368CDA

Tints of Curious Blue #368CDA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.98%

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

R = 13.11%
G = 33.98%
B = 52.91%

CMYK

 C value IS 0.75

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#368CDA (or 0x368CDA) is known color: Curious Blue. HEX triplet: 36, 8C and DA. RGB value is (54,140,218). Sum of RGB (Red+Green+Blue) = 54+140+218=412 (54% of max value = 765). Red value is 54 (21.48% from 255 or 13.11% from 412); Green value is 140 (55.08% from 255 or 33.98% from 412); Blue value is 218 (85.55% from 255 or 52.91% from 412); Max value from RGB is 218 - color contains mainly: blue. Hex color #368CDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #368CDA is #C97325. Grayscale: #7A7A7A. Windows color (decimal): -13202214 or 14322742. OLE color: 14322742.

HSL color Cylindrical-coordinate representation of color #368CDA: hue angle of 208.54º 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 #368CDA is Cyan = 0.75, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 54 140 218 -
CMYK 0.75 0.36 0 0.15
HSL 208.54º 0.69% 0.53% -
HSV(B) 208.54º 0.75% 0.85% -
XYZ 23.55 24.6 69.84 -
YUV 123.18 181.51 78.66 -
System Red Green Blue C M Y K H S L
Decimal 54 140 218 0.75 0.36 0 0.15 208.54 0.69 0.53
Hex 36 8C DA 4B 24 0 F D1 45 35
Octal 66 214 332 113 44 0 17 321 105 65
Binary 110110 10001100 11011010 1001011 100100 0 1111 11010001 1000101 110101

Color Harmonies of #368CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368CDA

Black with #368CDA

Text Example


Text Example

White with #368CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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