Html Css Color HEX #368CCF Curious Blue

📋 copy color: '#368CCF'

red 54 ◦ green 140 ◦ blue 207

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

Shades of Curious Blue #368CCF

Tints of Curious Blue #368CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 51.62%

R = 13.47%
G = 34.91%
B = 51.62%

CMYK

 C value IS 0.74

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#368CCF (or 0x368CCF) is known color: Curious Blue. HEX triplet: 36, 8C and CF. RGB value is (54,140,207). Sum of RGB (Red+Green+Blue) = 54+140+207=401 (53% of max value = 765). Red value is 54 (21.48% from 255 or 13.47% from 401); Green value is 140 (55.08% from 255 or 34.91% from 401); Blue value is 207 (81.25% from 255 or 51.62% from 401); Max value from RGB is 207 - color contains mainly: blue. Hex color #368CCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #368CCF is #C97330. Grayscale: #797979. Windows color (decimal): -13202225 or 13601846. OLE color: 13601846.

HSL color Cylindrical-coordinate representation of color #368CCF: hue angle of 206.27º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #368CCF is Cyan = 0.74, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 54 140 207 -
CMYK 0.74 0.32 0 0.19
HSL 206.27º 0.61% 0.51% -
HSV(B) 206.27º 0.74% 0.81% -
XYZ 22.16 24.05 62.5 -
YUV 121.92 176.01 79.55 -
System Red Green Blue C M Y K H S L
Decimal 54 140 207 0.74 0.32 0 0.19 206.27 0.61 0.51
Hex 36 8C CF 4A 20 0 13 CE 3D 33
Octal 66 214 317 112 40 0 23 316 75 63
Binary 110110 10001100 11001111 1001010 100000 0 10011 11001110 111101 110011

Color Harmonies of #368CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368CCF

Black with #368CCF

Text Example


Text Example

White with #368CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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