Html Css Color HEX #368ACF Curious Blue

📋 copy color: '#368ACF'

red 54 ◦ green 138 ◦ blue 207

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

Shades of Curious Blue #368ACF

Tints of Curious Blue #368ACF

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.59%

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

R = 13.53%
G = 34.59%
B = 51.88%

CMYK

 C value IS 0.74

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#368ACF (or 0x368ACF) is known color: Curious Blue. HEX triplet: 36, 8A and CF. RGB value is (54,138,207). Sum of RGB (Red+Green+Blue) = 54+138+207=399 (52% of max value = 765). Red value is 54 (21.48% from 255 or 13.53% from 399); Green value is 138 (54.30% from 255 or 34.59% from 399); Blue value is 207 (81.25% from 255 or 51.88% from 399); Max value from RGB is 207 - color contains mainly: blue. Hex color #368ACF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #368ACF is #C97530. Grayscale: #787878. Windows color (decimal): -13202737 or 13601334. OLE color: 13601334.

HSL color Cylindrical-coordinate representation of color #368ACF: hue angle of 207.06º 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 #368ACF is Cyan = 0.74, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 54 138 207 -
CMYK 0.74 0.33 0 0.19
HSL 207.06º 0.61% 0.51% -
HSV(B) 207.06º 0.74% 0.81% -
XYZ 21.87 23.47 62.41 -
YUV 120.75 176.67 80.39 -
System Red Green Blue C M Y K H S L
Decimal 54 138 207 0.74 0.33 0 0.19 207.06 0.61 0.51
Hex 36 8A CF 4A 21 0 13 CF 3D 33
Octal 66 212 317 112 41 0 23 317 75 63
Binary 110110 10001010 11001111 1001010 100001 0 10011 11001111 111101 110011

Color Harmonies of #368ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368ACF

Black with #368ACF

Text Example


Text Example

White with #368ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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